TCPOptionNop

Namespace inet::tcp

TCPOptionNop

class

(no description)

Extends

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

Fields

Name Type Description
kind
length

Source code

class TCPOptionNop extends TCPOption
{
    kind = TCPOPTION_NO_OPERATION;
    length = 1;
}

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