TCPOptionEnd

Namespace inet::tcp

TCPOptionEnd

class

(no description)

Extends

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

Fields

Name Type Description
kind
length

Source code

class TCPOptionEnd extends TCPOption
{
    kind = TCPOPTION_END_OF_OPTION_LIST;
    length = 1;
}

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