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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 515 last_ping_sent_(0), last_ping_received_(0), last_data_received_(0),
680 (last_ping_received_ + CONNECTION_READ_TIMEOUT <= now)) {
682 << now - last_ping_received_
710 << now - last_ping_received_
738 last_ping_received_ = talk_base::Time();
port.h 395 uint32 last_ping_received_; // last time we received a ping from the other member in class:cricket::Connection

Completed in 109 milliseconds