rdt
Here are 9 public repositories matching this topic...
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.
-
Updated
Dec 26, 2018 - C++
Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.
-
Updated
Jan 25, 2019 - C++
Reliable Transport Protocols (RDT3.0) alternating-bit-protocol (abp) and go-back-n (gbn) c++ implementation
-
Updated
Jan 28, 2019 - C++
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.
-
Updated
Feb 26, 2020 - C++
Improve this page
Add a description, image, and links to the rdt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rdt topic, visit your repo's landing page and select "manage topics."