TcpOptionUnknown
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description | 
|---|---|---|
| TcpOption | class | 
 Header Options (optional):  | 
   
Fields
| Name | Type | Description | 
|---|---|---|
| kind | TcpOptionNumbers | 
 option kind  | 
   
| bytes | uint8_t[] | |
| length | unsigned short | 
 option length  | 
   
Source code
class TcpOptionUnknown extends TcpOption { kind = static_cast<TcpOptionNumbers>(-1); uint8_t bytes[]; }File: src/inet/transportlayer/tcp_common/TcpHeader.msg