Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yeahnotsewerside/reliableudp
- Owner: YeahNotSewerSide
- License: apache-2.0
- Created: 2022-08-07T17:21:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T22:49:04.000Z (about 2 years ago)
- Last Synced: 2024-07-16T13:38:52.876Z (4 months ago)
- Topics: crate, lib, reliable-udp, rust, tcp-udp, udp
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TCPoverUDP
Reliable UDP with TCP mechanismsThis protocol copies some essential TCP functionality, checksum and seq/ack numbers
Later top level API will be added for handling packets resending and buffering.