TCPOptionSack

Namespace inet::tcp

TCPOptionSack

class

(no description)

Extends

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

Fields

Name Type Description
kind
length

2 + getSackArraySize() * 8

sackItem SackItem[]

Source code

class TCPOptionSack extends TCPOption
{
    kind = TCPOPTION_SACK;
    length = 2;     // 2 + getSackArraySize() * 8
    SackItem sackItem[];
}

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