According to Adam the contents of the uip_buf are never assumed to be valid accross events boundaries. The same holds true for file open-read/write-close cycles (at least for module loading and config file i/o).

This leads to the conclusion that the uip_buf and the file i/o buf (1024 bytes for Apple ProDOS 8 !) can be folded together. This means that we both
- save the 400 bytes used by the former uip_buf
- should have better network throughput due to new uip_buf size of 1022 bytes
1 file changed
tree: 25ee057d31e2f40c712881cd99c5cf53b3d268af
  1. contiki/