(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
TCPOption | class | (no description) |
Name | Type | Description |
---|---|---|
kind | unsigned short |
option kind |
length | unsigned short |
option length |
senderTimestamp | uint32_t | |
echoedTimestamp | uint32_t |
class TCPOptionTimestamp extends TCPOption { kind = TCPOPTION_TIMESTAMP; length = 10; uint32_t senderTimestamp; uint32_t echoedTimestamp; }