Skip to main content

Crate turn_client_openssl

Crate turn_client_openssl 

Source
Expand description

#turn-client-openssl

TLS TURN client using OpenSSL.

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

Re-exports§

pub use openssl;

Modules§

api
TURN client API.

Structs§

TurnClientOpensslTls
A TURN client that communicates over TLS.