P4G_TCP_MSS_TYPE#

# set
<module-index>/<port-index> P4G_TCP_MSS_TYPE [<group_index>] <mss_type>

# get
<module-index>/<port-index> P4G_TCP_MSS_TYPE [<group_index>] ?

Description#

Specifies the Maximum Segment size (MSS) type for a CG. The MSS can either be fixed size identical for all connections in the CG, incrementing or random. The individual MSS for a specific connection is always constant once the incrementing or random value has been created. Refer to P4G_TCP_MSS_MINMAX command for information on how to configure min and max values.

Actions#

set, get

Parameters#

mss_type: byte, specifying how MSS is set
  • FIXED = 0

  • INCREMENT = 1

  • RANDOM = 2

Example#

# set
input:  0/1 P4G_TCP_MSS_TYPE [0] FIXED
output: <OK>

# get
input:  0/1 P4G_TCP_MSS_TYPE [0] ?
output: 0/1 P4G_TCP_MSS_TYPE [0] FIXED