udp-socket 0.1.2

Advanced udp socket.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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