P4G_TCP_SYN_RTO
# set
<module-index>/<port-index> P4G_TCP_SYN_RTO [<group_index>] <retrans_timeout> <retry_count> <backoff>
# get
<module-index>/<port-index> P4G_TCP_SYN_RTO [<group_index>] ?
Description
Configure the value of the TCP SYN retransmission timeout, max retries and max backoff.
Actions
set, get
Parameters
retrans_timeout
: integer, SYN retransmission timeout [milliseconds] - must be larger than 0
retry_count
: short integer, maximum SYN retransmission retries - must be larger than 0
backoff
: short integer, maximum SYN retransmission backoff
Example
# set
input: 0/1 P4G_TCP_SYN_RTO [0] 1 1 1
output: <OK>
# get
input: 0/1 P4G_TCP_SYN_RTO [0] ?
output: 0/1 P4G_TCP_SYN_RTO [0] 1 1 1