Skip to main content

Crate turn_client_dimpl

Crate turn_client_dimpl 

Source
Expand description

#turn-client-dimpl

TLS TURN client using Dimpl.

An implementation of a TURN client suitable for TLS over TCP connections and DTLS over UDP connections.

Note: no certificate validation is currently performed so this is TLS implementation is not currently recommended for use.

Re-exports§

pub use dimpl;

Structs§

TurnClientDimpl
A TURN client that communicates over TLS.