Home
last modified time | relevance | path

Searched defs:ConnectionInfo (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dconnection_info.h33 struct ConnectionInfo { struct
38 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 …]
Dconnection_info.cc15 ConnectionInfo::ConnectionInfo() in ConnectionInfo() function in cricket::ConnectionInfo
/external/testng/src/main/java/org/testng/remote/
DConnectionInfo.java8 public class ConnectionInfo { class