Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_constants.cc57 const int STUN_PING_PACKET_SIZE = 60 * 8; variable
58 const int STRONG_PING_INTERVAL = 1000 * STUN_PING_PACKET_SIZE / 1000; // 480ms.
59 const int WEAK_PING_INTERVAL = 1000 * STUN_PING_PACKET_SIZE / 10000; // 48ms.