Searched refs:WRITABLE_DELAY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc53 static const uint32 WRITABLE_DELAY = 1000 * PING_PACKET_SIZE / 1000; // 480ms member in namespace:__anon12671
58 static const uint32 MAX_CURRENT_WRITABLE_DELAY = 900; // 2*WRITABLE_DELAY - bit
1124 uint32 delay = writable() ? WRITABLE_DELAY : UNWRITABLE_DELAY;

Completed in 56 milliseconds