You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inuip.c
.The text was updated successfully, but these errors were encountered: