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
Implemention a Transmission Control Protocol (TCP) which incorporates the following features on top of the unreliable UDP sockets: reliability (with proper re-transmissions in the event of packet losses / corruption), data Integrity (with checksums), connection management (SYN and FIN), and optimizations (fast retransmit on >= 3 duplicate ACKs)
Implemention a Transmission Control Protocol (TCP) which incorporates the following features on top of the unreliable UDP sockets: reliability (with proper re-transmissions in the event of packet losses / corruption), data Integrity (with checksums), connection management (SYN and FIN), and optimizations (fast retransmit on >= 3 duplicate ACKs)