This program implements a client-server file transfer system using UDP with reliability mechanisms. The server handles multiple clients concurrently via threads, assigning each a unique port for file ...
A custom Transport Layer protocol built in C# that introduces TCP-like reliability mechanisms over an inherently unreliable UDP channel. This project is an academic implementation of the Selective ...