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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc54 static const uint32 UNWRITABLE_DELAY = 1000 * PING_PACKET_SIZE / 10000; // 50ms member in namespace:__anon12671
1124 uint32 delay = writable() ? WRITABLE_DELAY : UNWRITABLE_DELAY;

Completed in 82 milliseconds