ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
turn.h File Reference

Go to the source code of this file.

Macros

TURN Protocol Constants
#define TURN_DEFAULT_PORT   3478
 Standard TURN port (RFC 5766)
 
#define TURN_TLS_DEFAULT_PORT   5349
 TURN over TLS port (RFC 5766)
 
#define TURN_MAX_URL_LEN   64
 Maximum TURN URL length.
 
#define TURN_MAX_USERNAME_LEN   32
 Maximum TURN username length.
 
#define TURN_MAX_CREDENTIAL_LEN   64
 Maximum TURN credential length.
 
#define TURN_CREDENTIAL_EXPIRY_SECS   (24 * 60 * 60)
 Recommended credential expiration time (seconds)
 

Functions

struct __attribute__ ((packed))
 TURN server configuration with credentials.
 

Variables

 turn_server_t