udt-c
                                
                                
                                
                                    udt-c copied to clipboard
                            
                            
                            
                        Implement loss list
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.
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.