TcpOptionSack

TcpOptionSack

class

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
TcpOption class

Header Options (optional):

Fields

Name Type Description
kind TcpOptionNumbers

option kind

length unsigned short

option length

sackItem SackItem[]

Source code

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

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