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