Searched defs:ConnectionInfo (Results 1 – 3 of 3) sorted by relevance
33 struct ConnectionInfo { struct38 bool best_connection; // Is this the best connection we have?39 bool writable; // Has this connection received a STUN response?40 bool receiving; // Has this connection received anything?41 bool timeout; // Has this connection timed out?42 bool new_connection; // Is this a newly created connection?43 size_t rtt; // The STUN RTT for this connection.44 size_t sent_total_bytes; // Total bytes sent on this connection.45 size_t sent_bytes_second; // Bps over the last measurement interval.46 size_t sent_discarded_packets; // Number of outgoing packets discarded due to[all …]
15 ConnectionInfo::ConnectionInfo() in ConnectionInfo() function in cricket::ConnectionInfo
8 public class ConnectionInfo { class