P4G_TCP_ICWND_CALC_METHOD
# set
<module-index>/<port-index> P4G_TCP_ICWND_CALC_METHOD [<group_index>] <method> <factor>
# get
<module-index>/<port-index> P4G_TCP_ICWND_CALC_METHOD [<group_index>] ?
Description
Select the algorithm to calculate the TCP initial congestion window (ICWND).
Actions
set, get
Parameters
method
: byte, specifying the algorithmRFC5681 = 0
RFC2581 = 1
FIXED_FACTOR = 2
factor
: integer, factor to multiply the senders MSS with, when method is set to FIXED_FACTOR
. Otherwise the value is ignored.
Example
# set
input: 0/1 P4G_TCP_ICWND_CALC_METHOD [0] RFC5681 1
output: <OK>
# get
input: 0/1 P4G_TCP_ICWND_CALC_METHOD [0] ?
output: 0/1 P4G_TCP_ICWND_CALC_METHOD [0] RFC5681 1