P4G_TCP_RTO_MINMAX#

# set
<module-index>/<port-index> P4G_TCP_RTO_MINMAX [<group_index>] <rto_min> <rto_max>

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

Description#

Configure the min and max values of the TCP retransmission timeout, when rto type is set to dynamic. If the calculated rto fall outside the interval, the value is clamped to the min or max value.

Actions#

set, get

Parameters#

rto_min: integer, min retransmission timeout [us] - must be larger than 0 and less than max.

rto_max: integer, max retransmission timeout [us] - must be larger than 0 and greater than min.

Example#

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

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