Expand description

tokio-dtls-stream-sink

CI GitHub release (latest SemVer) Matrix

Tokio-based streaming API for UDP datagrams over DTLS.

This crate combines openssl, tokio-openssl and tokio into “client” and “server” APIs with support for establishing DTLS sessions.

Structs

A client capable of creating multiple UDP + DTLS sessions.
Instance of a UDP (+ DTLS) server that can accept new connections in form of of a packet stream/sink.
A UDP + DTLS session.

Traits

Unified trait for a packet stream and sink