Skip to content
Snippets Groups Projects
user avatar
mgstabrani authored
2766eba2

TCP Connection Sim

TCP connection simulation with UDP and Go-back-N-ARQ Protocol.

Run server

python server.py [PORT]

Run client

python client.py [PORT]