News

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 communicate ...