Namespace inet::tcp
TcpOptionWindowScale
class(no description)
Extends
Name | Type | Description |
---|---|---|
TcpOption | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
kind | ||
length | ||
windowScale | unsigned short |
uint8_t |
Source code
class TcpOptionWindowScale extends TcpOption { kind = TCPOPTION_WINDOW_SCALE; length = 3; unsigned short windowScale; // uint8_t }File: src/inet/transportlayer/tcp_common/TcpHeader.msg