PeernetOfficial / core

Core library. Use this to create a new Peernet application.
MIT License
36 stars 5 forks source link

UDT: sender remains in wait state forever #70

Closed Kleissner closed 2 years ago

Kleissner commented 2 years ago

If the receiver sends a sendNAK and it does not arrive (packet loss), the sender never sends the missing packets, leading to a wait state forever on both ends.

The solution is on the receiver end to resend the NAK every n time. (every SynTime?)