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
4 files changed
tree: 0411b5115dffd8e5c71b8deefa9ddbb5d552e07c
  1. contiki-apple2/