Skip to main content

Crate turn_server_rustls

Crate turn_server_rustls 

Source
Expand description

§turn-server-dimpl

A TURN server that can handle DTLS client connections using dimpl.

turn-server-dimpl provides a sans-IO API for a TURN server communicating with many TURN clients.

Relevant standards:

  • RFC5766: Traversal Using Relays around NAT (TURN).
  • RFC6062: Traversal Using Relays around NAT (TURN) Extensions for TCP Allocations
  • RFC6156: Traversal Using Relays around NAT (TURN) Extension for IPv6
  • RFC8656: Traversal Using Relays around NAT (TURN): Relay Extensions to Session Traversal Utilities for NAT (STUN)

Re-exports§

pub use turn_server_proto as proto;

Modules§

api
API for TURN servers.

Structs§

RustlsTurnServer
A TURN server that can handle TLS connections.