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/TCPSegment.msg