TCPOptionUnknown

Namespace inet::tcp

TCPOptionUnknown

class

(no description)

Extends

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

Fields

Name Type Description
kind
bytes uint8_t[]

Source code

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

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