TcpOptionTimestamp

TcpOptionTimestamp

class

C++ definition

(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

length unsigned short

option 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