Searched refs:TCP_OPT_WND_SCALE (Results 1 – 1 of 1) sorted by relevance
125 const uint8_t TCP_OPT_WND_SCALE = 3; // Window scale factor. variable1181 buf.WriteUInt8(TCP_OPT_WND_SCALE); in queueConnectMessage()1223 if (options_specified.find(TCP_OPT_WND_SCALE) == options_specified.end()) { in parseOptions()1239 } else if (kind == TCP_OPT_WND_SCALE) { in applyOption()