Expand description
Re-exports§
pub use stun_proto as stun;pub use turn_types as types;
Structs§
- Delayed
Channel Send - A
Transmitthat will construct a channel message towards a TURN client. - Delayed
Message Send - A
Transmitthat will construct a STUN message towards a client with the relevant data. - Turn
Client - A TURN client.
Enums§
- Bind
Channel Error - Errors produced when attempting to bind a channel.
- Create
Permission Error - Errors produced when attempting to create a permission for a peer address.
- Delayed
Message OrChannel Send - A delayed
Transmitthat will produce data for a TURN client. - Turn
Event - A set of events that can occur within a TURN client’s connection to a TURN server.
- Turn
Poll Ret - Return value from calling poll().
- Turn
Recv Ret - Return value from call recv.