TCPOption

Namespace inet::tcp

TCPOption

class

Header Options (optional):

Extends

Name Type Description
cObject (unknown -- not in documented files)

Fields

Name Type Description
kind unsigned short

option kind

length unsigned short

option length

Source code

// Header Options (optional):
class TCPOption extends cObject
{
    unsigned short kind @enum(TCPOptionNumbers) = -1;  // option kind
    unsigned short length = 1;                    // option length
}

File: src/inet/transportlayer/tcp_common/TCPSegment.msg