Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxinden/udp-socket
Advanced udp socket.
https://github.com/mxinden/udp-socket
Last synced: 2 months ago
JSON representation
Advanced udp socket.
- Host: GitHub
- URL: https://github.com/mxinden/udp-socket
- Owner: mxinden
- Created: 2021-04-05T10:39:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T13:06:47.000Z (about 1 year ago)
- Last Synced: 2024-10-06T22:36:20.500Z (3 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# udp-socket
Advanced udp socket library.* Uses sendmmsg/recvmmsg.
* Supports gso.
* Sets ecn, dnf and source ip in ip packets.Based on the [quinn](https://github.com/quinn-rs/quinn) socket code.
# License
MIT OR Apache-2.0