TCPOptionWindowScale

Namespace inet::tcp

TCPOptionWindowScale

class

(no description)

Extends

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

Fields

Name Type Description
kind
length
windowScale unsigned short

uint8_t

Source code

class TCPOptionWindowScale extends TCPOption
{
    kind = TCPOPTION_WINDOW_SCALE;
    length = 3;
    unsigned short windowScale;   // uint8_t
}

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