MuhammedKhamis / RdtOverUDP

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MuhammedKhamis/RdtOverUDP Stargazers