Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.
-
Updated
Jan 25, 2019 - C++
Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.
We aimed to implement our own socket layer and reliable transport layer. So we implemented a reliable transfer service on the top of UDP/IP protocol. In other words, you need to implement a service that guarantees the arrival of datagrams in the correct order on top of the UDP/IP protocol, along with congestion control.
Reliable Transport Protocols (RDT3.0) alternating-bit-protocol (abp) and go-back-n (gbn) c++ implementation
Implementation of a reliable transfer service on top of the UDP/IP protocol. In other words, a service that guarantees the arrival of datagrams in the correct order on top of the UDP/IP protocol, along with congestion control.
Add a description, image, and links to the rdt topic page so that developers can more easily learn about it.
To associate your repository with the rdt topic, visit your repo's landing page and select "manage topics."