mediastreamer2
2.11.0
|
#include <ice.h>
Data Fields | |
IceCandidate * | local |
IceCandidate * | remote |
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 |
bool_t | use_dummy_hmac |
Structure representing an ICE candidate pair.
Pointer to the local candidate of the pair
Pointer to the remote candidate of the pair
State of the candidate pair
uint64_t _IceCandidatePair::priority |
Priority of the candidate pair
MSTimeSpec _IceCandidatePair::transmission_time |
Time when the connectivity check for the candidate pair has been sent
uint32_t _IceCandidatePair::rto |
Duration of the retransmit timer for the connectivity check sent for the candidate pair in ms
Number of retransmissions for the connectivity check sent for the candidate pair
Role of the agent when the connectivity check has been sent for the candidate pair
Boolean value telling whether this candidate pair is a default candidate pair or not
Boolean value telling if the USE-CANDIDATE attribute must be set for the connectivity checks send for the candidate pair
Boolean value telling whether this candidate pair is nominated or not
Boolean value telling to create a new binding request on retransmission timeout
use to tell to retry with dummy message integrity. Useful to keep backward compatibility with older version