Searched refs:pings (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc50 // The number of pings that must fail to respond before we become unwritable.
57 // pings fail to have a response.
64 // If we haven't sent that many pings, then we can't have failed that many.
664 std::string pings; local
669 pings.append(buf).append(" ");
672 pings << ", rtt=" << rtt << ", now=" << now;
676 // Since we don't know how many pings the other side has attempted, the best
689 // Before becoming unwritable, we allow for a fixed number of pings to fail
787 std::string pings; local
792 pings
[all...]

Completed in 294 milliseconds