Utkarsh Maheshwari
Utkarsh Maheshwari
This fix is kind of a hack because the architecture is not ideal. Verified that tests fail before the fix.
Right now, docs are only what is present in the header files. Make separate docs that can be used easily.
Right now, there is no support for sending timed packets like `ACK` and `Keep-alive` etc. `ACK` is send a complete data segment is sent. This is not the actual UDT...
Right now, only one client can connect to the server at the given socket. If any other client sends the data, it'll either get ignored or worse, overtake the current...
Keep a loss list and send `NAK`s for lost packets. Keep a sender's loss list for lost packets and re-transmit them when needed.