Namespace inet::tcp
TcpOptionTimestamp
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| TcpOption | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| kind | ||
| length | ||
| senderTimestamp | uint32_t | |
| echoedTimestamp | uint32_t |
Source code
class TcpOptionTimestamp extends TcpOption { kind = TCPOPTION_TIMESTAMP; length = 10; uint32_t senderTimestamp; uint32_t echoedTimestamp; }File: src/inet/transportlayer/tcp_common/TcpHeader.msg