Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 235 Bytes

File metadata and controls

9 lines (8 loc) · 235 Bytes

reliableTCP

This is reliable TCP built on UDP key features implemented: 1: 3 way handshake 2: reliable delivery (Acks) 3: complete Fin shake 4: flow control through adjustable window size both on sender side 4-1: and receiver side.