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. variable1175 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()