webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::ConnectionInfo Struct Reference

#include <jseptransport.h>

Public Member Functions

 ConnectionInfo ()
 
 ConnectionInfo ()
 

Public Attributes

bool best_connection
 
bool writable
 
bool receiving
 
bool timeout
 
bool new_connection
 
size_t rtt
 
size_t sent_total_bytes
 
size_t sent_bytes_second
 
size_t sent_discarded_packets
 
size_t sent_total_packets
 
size_t sent_ping_requests_total
 
size_t sent_ping_requests_before_first_response
 
size_t sent_ping_responses
 
size_t recv_total_bytes
 
size_t recv_bytes_second
 
size_t recv_ping_requests
 
size_t recv_ping_responses
 
Candidate local_candidate
 
Candidate remote_candidate
 
voidkey
 
IceCandidatePairState state
 
uint64_t priority
 
bool nominated
 
uint64_t total_round_trip_time_ms
 
rtc::Optional< uint32_tcurrent_round_trip_time_ms
 

Constructor & Destructor Documentation

◆ ConnectionInfo() [1/2]

cricket::ConnectionInfo::ConnectionInfo ( )

◆ ConnectionInfo() [2/2]

cricket::ConnectionInfo::ConnectionInfo ( )

Member Data Documentation

◆ best_connection

bool cricket::ConnectionInfo::best_connection

◆ current_round_trip_time_ms

rtc::Optional< uint32_t > cricket::ConnectionInfo::current_round_trip_time_ms

◆ key

void * cricket::ConnectionInfo::key

◆ local_candidate

Candidate cricket::ConnectionInfo::local_candidate

◆ new_connection

bool cricket::ConnectionInfo::new_connection

◆ nominated

bool cricket::ConnectionInfo::nominated

◆ priority

uint64_t cricket::ConnectionInfo::priority

◆ receiving

bool cricket::ConnectionInfo::receiving

◆ recv_bytes_second

size_t cricket::ConnectionInfo::recv_bytes_second

◆ recv_ping_requests

size_t cricket::ConnectionInfo::recv_ping_requests

◆ recv_ping_responses

size_t cricket::ConnectionInfo::recv_ping_responses

◆ recv_total_bytes

size_t cricket::ConnectionInfo::recv_total_bytes

◆ remote_candidate

Candidate cricket::ConnectionInfo::remote_candidate

◆ rtt

size_t cricket::ConnectionInfo::rtt

◆ sent_bytes_second

size_t cricket::ConnectionInfo::sent_bytes_second

◆ sent_discarded_packets

size_t cricket::ConnectionInfo::sent_discarded_packets

◆ sent_ping_requests_before_first_response

size_t cricket::ConnectionInfo::sent_ping_requests_before_first_response

◆ sent_ping_requests_total

size_t cricket::ConnectionInfo::sent_ping_requests_total

◆ sent_ping_responses

size_t cricket::ConnectionInfo::sent_ping_responses

◆ sent_total_bytes

size_t cricket::ConnectionInfo::sent_total_bytes

◆ sent_total_packets

size_t cricket::ConnectionInfo::sent_total_packets

◆ state

IceCandidatePairState cricket::ConnectionInfo::state

◆ timeout

bool cricket::ConnectionInfo::timeout

◆ total_round_trip_time_ms

uint64_t cricket::ConnectionInfo::total_round_trip_time_ms

◆ writable

bool cricket::ConnectionInfo::writable

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