项目作者: MuhammedKhamis

项目描述 :
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.
高级语言: C++
项目地址: git://github.com/MuhammedKhamis/RdtOverUDP.git
创建时间: 2018-11-28T18:24:08Z
项目社区:https://github.com/MuhammedKhamis/RdtOverUDP

开源协议:MIT License

下载