Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.cc193 static const uint32_t STRONG_PING_DELAY = 1000 * PING_PACKET_SIZE / 1000; variable
1200 int ping_delay = weak() ? weak_ping_delay_ : STRONG_PING_DELAY; in OnCheckAndPing()