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

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 37 extern const uint32_t WEAK_PING_DELAY;
297 int weak_ping_delay_ = WEAK_PING_DELAY;
p2ptransportchannel.cc 194 // WEAK_PING_DELAY (48ms) is applied when the best connection is either not
196 const uint32_t WEAK_PING_DELAY = 1000 * PING_PACKET_SIZE / 10000;
225 uint32_t weak_ping_delay = ::strtoul( local
228 if (weak_ping_delay) {
229 weak_ping_delay_ = weak_ping_delay;
    [all...]

Completed in 155 milliseconds