Class TCPOptionUnknown

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
TCPOption class (no description)

Fields:

Name Type Description
kind unsigned short

option kind

bytes uint8_t[]
length unsigned short

option length

Source code:

class TCPOptionUnknown extends TCPOption
{
    kind = -1;
    uint8_t bytes[];
}