Skip to content

Azmah-Bad/TCPoverUDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP in UDP

implmentation of TCP over a UDP socket in C and Python

to build

> make or just run the python script after installing requirements pip install -r requirements.txt then lauch server after that start client

Features

  • Server - Client over UDP
  • 3 way handshake
  • accept()
  • segmentation
  • ACK
  • slow start

Congestion window by time (a segment was lost in the middle)

  • Congestion Avoidance
  • Fast retransmit
  • Fast recovery
  • Selective ACK

About

Implementation of TCP over UDP in C and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published