TCPOptionSackPermitted

Namespace inet::tcp

TCPOptionSackPermitted

class

(no description)

Extends

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

Fields

Name Type Description
kind
length

Source code

class TCPOptionSackPermitted extends TCPOption
{
    kind = TCPOPTION_SACK_PERMITTED;
    length = 2;
}

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