You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.