Searched defs:ConnectionInfo (Results 1 – 5 of 5) sorted by relevance
34 struct ConnectionInfo { struct39 bool best_connection; // Is this the best connection we have?40 bool writable; // Has this connection received a STUN response?41 bool receiving; // Has this connection received anything?42 bool timeout; // Has this connection timed out?43 size_t rtt; // The STUN RTT for this connection.44 size_t sent_discarded_bytes; // Number of outgoing bytes discarded due to46 size_t sent_total_bytes; // Total bytes sent on this connection. Does not48 size_t sent_bytes_second; // Bps over the last measurement interval.49 size_t sent_discarded_packets; // Number of outgoing packets discarded due to[all …]
15 ConnectionInfo::ConnectionInfo() in ConnectionInfo() function in cricket::ConnectionInfo
25 struct ConnectionInfo { struct45 impl ConnectionInfo { impl275 connection_info: &mut ConnectionInfo, in check_peer_buffer_is_sufficient()505 fn connection_info(&self) -> Result<ConnectionInfo> { in connection_info()
8 public class ConnectionInfo { class
39 enum ConnectionInfo { enum