Utkarsh Maheshwari

Results 50 issues of 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.

wishlist

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...

bug
enhancement

Right now, there is no system for the same.

enhancement

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...

enhancement

Here: https://app.codacy.com/app/UtkarshMe/udt-c

bug

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.

enhancement