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/TcpHeader.msg