Skip to content

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)

Notifications You must be signed in to change notification settings

masonrware/TCPend

Repository files navigation

Names

Mason Ware Ben Brandl

CS Usernames

mware bbrandl

About

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages