Simple TCP file transferring server and client implementation, using C socket programming interface.
Gyewon Lee, 2015-21252
To build both client and server code, use command make
You can run your client via
./server <port_num>
You can run your client via
./client <host_name> <port_num> -w <window_size> -d <ACK_delay>
Working history is available on git. Use git log
on local repository or visit https://github.com/DifferentSC/NetworkHW2015
for more information.