P4G_TCP_MSS_MINMAX#

# set
<module-index>/<port-index> P4G_TCP_MSS_MINMAX [<group_index>] <mss_min> <mss_max>

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

Description#

Configure the min and max values of the range for MSS. Both values are included in the range. Relevant when P4G_TCP_MSS_TYPE is set to INCREMENT or RANDOM.

Actions#

set, get

Parameters#

mss_min: integer, minimum value of MSS

mss_max: integer, maximum value of MSS

Example#

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

# get
input:  0/1 P4G_TCP_MSS_MINMAX [0] ?
output: 0/1 P4G_TCP_MSS_MINMAX [0] 1 1