udp-stream 0.0.5

Implementation of UdpSocket same as TcpStream
Documentation
udp-stream-0.0.5 has been yanked.

udp-stream

crates.io

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.