Home | History | Annotate | Download | only in base

Lines Matching defs:Ping

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;
795 LOG_J(LS_VERBOSE, this) << "Received STUN ping response " << request->id()
824 // Log at LS_INFO if we miss a ping on a writable connection.
834 LOG_JV(sev, this) << "Timing-out STUN ping " << request->id()