P4G_TCP_ISSTHRESH
# set
<module-index>/<port-index> P4G_TCP_ISSTHRESH [<group_index>] <mode> <threshold>
# get
<module-index>/<port-index> P4G_TCP_ISSTHRESH [<group_index>] ?
Description
Configure the TCP initial slow start threshold (ISSTHRESH).
Actions
set, get
Parameters
mode
: byte, specifying TCP initial slow start modeAUTOMATIC = 0
MANUAL = 1
threshold
: integer, number of bytes, value ignored when mode is set to MANUAL
Example
# set
input: 0/1 P4G_TCP_ISSTHRESH [0] AUTOMATIC 1
output: <OK>
# get
input: 0/1 P4G_TCP_ISSTHRESH [0] ?
output: 0/1 P4G_TCP_ISSTHRESH [0] AUTOMATIC 1