Skip to content
Snippets Groups Projects
user avatar
mgstabrani authored
970c4e74

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]