HomeSort by relevance Sort by last modified time
    Searched defs:Ping (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 132 // A ping error message is 8 bytes long, so make sure we allow for at least
186 WinPing::PingResult WinPing::Ping(
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 53 // This is the length of time that we wait for a ping response to come back.
68 // Check if the window in which we would expect a response to the ping has
358 LOG_J(LS_ERROR, this) << "Failed to send STUN ping response to "
463 // A ConnectionRequest is a simple STUN ping used to determine writability.
564 LOG_J(LS_WARNING, this) << "Failed to send STUN ping " << req->id();
683 << " ms without a ping, rtt=" << rtt;
706 << " ping failures and "
709 << " ms since last received ping="
728 void Connection::Ping(uint32 now) {
733 LOG_J(LS_VERBOSE, this) << "Sending STUN ping " << req->id() << " at " << now
    [all...]

Completed in 427 milliseconds