mediastreamer2  2.9.1
Data Fields
_IceCandidatePair Struct Reference

#include <ice.h>

Collaboration diagram for _IceCandidatePair:
Collaboration graph
[legend]

Data Fields

IceCandidatelocal
 
IceCandidateremote
 
IceCandidatePairState state
 
uint64_t priority
 
MSTimeSpec transmission_time
 
uint32_t rto
 
uint8_t retransmissions
 
IceRole role
 
bool_t is_default
 
bool_t use_candidate
 
bool_t is_nominated
 
bool_t wait_transaction_timeout
 

Detailed Description

Structure representing an ICE candidate pair.

Field Documentation

◆ local

IceCandidate* _IceCandidatePair::local

Pointer to the local candidate of the pair

◆ remote

IceCandidate* _IceCandidatePair::remote

Pointer to the remote candidate of the pair

◆ state

IceCandidatePairState _IceCandidatePair::state

State of the candidate pair

◆ priority

uint64_t _IceCandidatePair::priority

Priority of the candidate pair

◆ transmission_time

MSTimeSpec _IceCandidatePair::transmission_time

Time when the connectivity check for the candidate pair has been sent

◆ rto

uint32_t _IceCandidatePair::rto

Duration of the retransmit timer for the connectivity check sent for the candidate pair in ms

◆ retransmissions

uint8_t _IceCandidatePair::retransmissions

Number of retransmissions for the connectivity check sent for the candidate pair

◆ role

IceRole _IceCandidatePair::role

Role of the agent when the connectivity check has been sent for the candidate pair

◆ is_default

bool_t _IceCandidatePair::is_default

Boolean value telling whether this candidate pair is a default candidate pair or not

◆ use_candidate

bool_t _IceCandidatePair::use_candidate

Boolean value telling if the USE-CANDIDATE attribute must be set for the connectivity checks send for the candidate pair

◆ is_nominated

bool_t _IceCandidatePair::is_nominated

Boolean value telling whether this candidate pair is nominated or not

◆ wait_transaction_timeout

bool_t _IceCandidatePair::wait_transaction_timeout

Boolean value telling to create a new binding request on retransmission timeout


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