Skip to content
Snippets Groups Projects
Faris Hasim's avatar
c1f52c46

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]