Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
/ tcp-over-udp Public archive

Implementation of TCP protocol over UDP in python

Notifications You must be signed in to change notification settings

therealak12/tcp-over-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Over UDP

Selective repeat is used for flow control. For congestion control the code increases the cwnd exponentially up to ssthresh and in case of 3 duplicate ACKs the cwnd and ssthresh are reset.

Note

I still have doubt in implementations, any help or PR is appreciated.

About

Implementation of TCP protocol over UDP in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages