RTS API Documentation  1.10.11
Data Fields
switch_rtp_ice_t Struct Reference
+ Collaboration diagram for switch_rtp_ice_t:

Data Fields

char * ice_user
 
char * user_ice
 
char * luser_ice
 
char * pass
 
char * rpass
 
switch_sockaddr_taddr
 
uint32_t funny_stun
 
switch_time_t next_run
 
switch_core_media_ice_type_t type
 
ice_tice_params
 
ice_proto_t proto
 
uint8_t sending
 
uint8_t ready
 
uint8_t rready
 
uint8_t initializing
 
int missed_count
 
char last_sent_id [13]
 
switch_time_t last_ok
 
uint8_t cand_responsive
 

Detailed Description

Definition at line 242 of file switch_rtp.c.

Field Documentation

◆ addr

switch_sockaddr_t* switch_rtp_ice_t::addr

◆ cand_responsive

uint8_t switch_rtp_ice_t::cand_responsive

Definition at line 261 of file switch_rtp.c.

Referenced by do_dtls(), handle_ice(), switch_rtp_activate_ice(), and switch_rtp_reset().

◆ funny_stun

uint32_t switch_rtp_ice_t::funny_stun

Definition at line 249 of file switch_rtp.c.

◆ ice_params

ice_t* switch_rtp_ice_t::ice_params

◆ ice_user

char* switch_rtp_ice_t::ice_user

◆ initializing

uint8_t switch_rtp_ice_t::initializing

Definition at line 257 of file switch_rtp.c.

Referenced by handle_ice(), and switch_rtp_activate_ice().

◆ last_ok

switch_time_t switch_rtp_ice_t::last_ok

Definition at line 260 of file switch_rtp.c.

Referenced by calc_elapsed(), and handle_ice().

◆ last_sent_id

char switch_rtp_ice_t::last_sent_id[13]

Definition at line 259 of file switch_rtp.c.

Referenced by handle_ice(), and ice_out().

◆ luser_ice

char* switch_rtp_ice_t::luser_ice

Definition at line 245 of file switch_rtp.c.

Referenced by icecmp(), and switch_rtp_activate_ice().

◆ missed_count

int switch_rtp_ice_t::missed_count

Definition at line 258 of file switch_rtp.c.

Referenced by handle_ice(), and switch_rtp_change_ice_dest().

◆ next_run

switch_time_t switch_rtp_ice_t::next_run

Definition at line 250 of file switch_rtp.c.

Referenced by ice_out(), and switch_rtp_activate_ice().

◆ pass

char* switch_rtp_ice_t::pass

Definition at line 246 of file switch_rtp.c.

Referenced by handle_ice(), and switch_rtp_activate_ice().

◆ proto

ice_proto_t switch_rtp_ice_t::proto

◆ ready

uint8_t switch_rtp_ice_t::ready

◆ rpass

char* switch_rtp_ice_t::rpass

Definition at line 247 of file switch_rtp.c.

Referenced by ice_out(), and switch_rtp_activate_ice().

◆ rready

uint8_t switch_rtp_ice_t::rready

◆ sending

uint8_t switch_rtp_ice_t::sending

Definition at line 254 of file switch_rtp.c.

Referenced by ice_out().

◆ type

switch_core_media_ice_type_t switch_rtp_ice_t::type

Definition at line 251 of file switch_rtp.c.

Referenced by do_dtls(), handle_ice(), ice_out(), and switch_rtp_activate_ice().

◆ user_ice

char* switch_rtp_ice_t::user_ice

Definition at line 244 of file switch_rtp.c.

Referenced by handle_ice(), icecmp(), and switch_rtp_activate_ice().


The documentation for this struct was generated from the following file: