Class Sack

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

C++ definition

(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
SackItem class

This structure represents a single SACK (selective acknowledgment):

Fields:

Name Type Description
start unsigned int

start seq no. of sack block

end unsigned int

end seq no. of sack block

Source code:

class Sack extends SackItem
{
    @customize(true);
}