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