TcpMaximumSegmentSizeClamping

TcpMaximumSegmentSizeClamping
TcpMaximumSegmentSizeClamping

TCP MSS Clamping Direction and Value.

JSON Example
{
    "direction": "string",
    "max_segment_size": 0
}
string
direction
Optional

Specifies the traffic direction for which to apply MSS Clamping.

Possible values are : NONE, INBOUND_CONNECTION, OUTBOUND_CONNECTION, BOTH,
integer As int64 As int64
max_segment_size
Optional

MSS defines the maximum amount of data that a host is willing to accept in a single TCP segment. This field is set in TCP header during connection establishment. To avoid packet fragmentation, you can set this field depending on uplink MTU and VPN overhead. This is an optional field and in case it is left unconfigured, best possible MSS value will be calculated based on effective mtu of uplink interface. Supported MSS range is 216 to 8960.