RUDP
RUDP copied to clipboard
A modified version of the RUDP (Reliable UDP) libary originally written by Adrian Granados.
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....