-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
In my development Process with frequent restarting, I experienced issues with working code breaking after resetting or flashing.
After some Packet inspection with Wireshark, I figured out, that upon reset, the same sourcePort is used. THis however can be misinterpretedby the Server as an out of Sequence packet or simmilar.
This could also be the source of the issues described in #30 .
A simple Fix would be to set the lastport Variable randomly in uip.c.
Metadata
Metadata
Assignees
Labels
No labels