does any of you know if there is a way to tell whether or not the data sent through a Java TCP Socket has been received?
The TCP protocol should store the last acked byte somewhere, but I don't know if this information is available from the Java Socket.
Thanks in advance.