News

Hi, I'm trying to make a reliable file transfer service in C using UDP sockets. I already solved the problems related to packets retransmissions, but I can't find a way to make more clients ...
The client will know there is a communication failure, but it doesn't know if that failure happened before or after the data got to the server (or after what ack it failed).<BR><BR><BR><BR>I just ...