Expand description
§turn-types
turn-types
provides an implementation for two main things related to TURN clients and servers:
- TURN specific STUN attributes using the [
stun-types
] crate. - Parsing to and from the actual data sent and received on the wire between a TURN client and a TURN server.
This is based on the following standards:
- RFC5766: Traversal Using Relays around NAT (TURN).
Re-exports§
pub use stun_types as stun;
Modules§
- attribute
- STUN Attributes for TURN.
- channel
- TURN
ChannelData
messages. - message
- Module for TURN message types in addition to those specified by STUN.
- tcp
- Handle TURN over TCP.
Structs§
- Turn
Credentials - Credentials used for a TURN user.
Functions§
- debug_
init - Initialize some debugging functionality of the library.