My question is that when a socket at the receiver-side sends an ack? At the time the application read the socket data or when the underlying layers get the data and ...
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 ...
Hi all! I'd like to know if it is possible to retard the tcp ack. I'll try to explain me better: I am receiving important data through tcp: when I receive this data I don't want to send immediately the ack packet: it may occur that i receive the packet, I send the ack signal and then my system crash: this ...