Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 311 Bytes

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.