OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PING_PACKET_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
47
static const uint32
PING_PACKET_SIZE
= 60 * 8;
48
static const uint32 WRITABLE_DELAY = 1000 *
PING_PACKET_SIZE
/ 1000; // 480ms
49
static const uint32 UNWRITABLE_DELAY = 1000 *
PING_PACKET_SIZE
/ 10000; // 50ms
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
52
static const uint32
PING_PACKET_SIZE
= 60 * 8;
53
static const uint32 WRITABLE_DELAY = 1000 *
PING_PACKET_SIZE
/ 1000; // 480ms
54
static const uint32 UNWRITABLE_DELAY = 1000 *
PING_PACKET_SIZE
/ 10000; // 50ms
[
all
...]
Completed in 31 milliseconds