Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yeahnotsewerside/reliableudp

Reliable UDP with TCP mechanisms
https://github.com/yeahnotsewerside/reliableudp

crate lib reliable-udp rust tcp-udp udp

Last synced: about 10 hours ago
JSON representation

Reliable UDP with TCP mechanisms

Awesome Lists containing this project

README

        

# TCPoverUDP
Reliable UDP with TCP mechanisms

This protocol copies some essential TCP functionality, checksum and seq/ack numbers

Later top level API will be added for handling packets resending and buffering.