TCPOptionMaxSegmentSize

Namespace inet::tcp

TCPOptionMaxSegmentSize

class

(no description)

Extends

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

Fields

Name Type Description
kind
length
maxSegmentSize uint16_t

uint16_t

Source code

class TCPOptionMaxSegmentSize extends TCPOption
{
    kind = TCPOPTION_MAXIMUM_SEGMENT_SIZE;
    length = 4;
    uint16_t maxSegmentSize;   // uint16_t
}

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