Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc125 const uint8_t TCP_OPT_WND_SCALE = 3; // Window scale factor. variable
1175 buf.WriteUInt8(TCP_OPT_WND_SCALE); in queueConnectMessage()
1218 if (options_specified.find(TCP_OPT_WND_SCALE) == options_specified.end()) { in parseOptions()
1234 } else if (kind == TCP_OPT_WND_SCALE) { in applyOption()