_TCP_OPTION Struct Reference
|
Data Fields |
UINT8 | Flag |
| Flag such as TCP_OPTION_RCVD_MSS.
|
UINT8 | WndScale |
| The WndScale received.
|
UINT16 | Mss |
| The Mss received.
|
UINT32 | TSVal |
| The TSVal field in a timestamp option.
|
UINT32 | TSEcr |
| The TSEcr field in a timestamp option.
|
Detailed Description
The structure to store the parse option value. ParseOption only parses the options, doesn't process them.
Field Documentation
Flag such as TCP_OPTION_RCVD_MSS.
Referenced by TcpInput().
The TSEcr field in a timestamp option.
Referenced by TcpInput().
The TSVal field in a timestamp option.
Referenced by TcpInput().