usedbytes / picowota

A bootloader for OTA WiFi code upload to a Raspberry Pi Pico W
BSD 3-Clause "New" or "Revised" License
116 stars 21 forks source link

make tcp server more timing resistant #9

Open felixdoerre opened 1 year ago

felixdoerre commented 1 year ago

This change allows the data, reaching picowota to be arbitrarily fragmented and still be processed correctly. As a usual tcp application does not have control over how the output is fragmented, this behavior is usually expected.