Home
last modified time | relevance | path

Searched refs:last_ping_sent_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dport.h528 uint32_t last_ping_sent() const { return last_ping_sent_; } in last_ping_sent()
620 uint32_t last_ping_sent_; // last time we sent a ping to the other side variable
Dport.cc779 last_ping_sent_(0), in Connection()
1095 last_ping_sent_ = now; in Ping()