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 ...
On the other hand, if packets fail to arrive, TCP will insure retransmission without the involvement of the server software or the client player software. UDP (user datagram protocol) makes no ...