Skip to content
Snippets Groups Projects
Faris Hasim's avatar
0f1ae940
Name Last commit Last update
.gitignore
README.md
client.py
common.py
server.py

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]