1 unstable release
0.0.3 | Jul 15, 2022 |
---|---|
0.0.2 |
|
0.0.1 |
|
0.0.0-alpha.3 |
|
#3 in #dtls
30 downloads per month
12KB
230 lines
udp-stream
Virtual UDP Stream implementation like Tokio TCP Stream based on Tokio.
Notes
- It provides an easy interface to deal with DTLS and UDP sockets. Please check Examples folder. Need help for documentation and test. PRs are welcome
- Since UDP is a connection-less protocol, handling exceptions or sessions on this library is impossible. You should implement end connection roles methods; for example, we used a timeout to handle de-activated sessions in echo examples.
Dependencies
~2.2–6MB
~92K SLoC