RUDP icon indicating copy to clipboard operation
RUDP copied to clipboard

A modified version of the RUDP (Reliable UDP) libary originally written by Adrian Granados.

Results 3 RUDP issues
Sort by recently updated
recently updated
newest added

Hello, do you have an example-code or tutorial how I can use RUDP in Java? best regards

_unackedSentQueue.wait() permanent blockage when disconnection

Seems, that a read on a socket inputstream is not unblocked, when the local socket instance is closed. Debugging showed that `ReliableSocket.shutdownInput()`, which notifies the waiting thread, is not called....