implmentation of TCP over a UDP socket in C and Python
> make
or just run the python script after installing requirements pip install -r requirements.txt
then lauch server
after that start client
- Server - Client over UDP
- 3 way handshake
- accept()
- segmentation
- ACK
- slow start
- Congestion Avoidance
- Fast retransmit
- Fast recovery
- Selective ACK