[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

TcpMaximumSegmentSizeClamping

TCP MSS Clamping Direction and Value.


Properties

string
direction Optional

Specifies the traffic direction for which to apply MSS Clamping.

Possible values are: NONEINBOUND_CONNECTIONOUTBOUND_CONNECTIONBOTH


integer 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.

JSON Example

{
	"direction": "NONE",
	"max_segment_size": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyIPSecVpn
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineIPSecVpnSession1

Feedback

Was this page helpful?