udt-c icon indicating copy to clipboard operation
udt-c copied to clipboard

Implement loss list

Open coditva opened this issue 7 years ago • 1 comments

Keep a loss list and send NAKs for lost packets. Keep a sender's loss list for lost packets and re-transmit them when needed.

coditva avatar May 03 '18 05:05 coditva

Store the packets in the sender's loss list. Use timed deltas to remove the packets from it. OR Use a sliding window and remove packets accordingly.

coditva avatar May 04 '18 23:05 coditva