Namespace inet::tcp
TcpOption
classHeader Options (optional):
Extends
Name | Type | Description |
---|---|---|
cObject | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
kind | TcpOptionNumbers |
option kind |
length | unsigned short |
option length |
Source code
// Header Options (optional): class TcpOption extends cObject { @packetData; TcpOptionNumbers kind; // option kind unsigned short length = 1; // option length }File: src/inet/transportlayer/tcp_common/TcpHeader.msg