P4G_TCP_ACK_TIMEOUT
# set
<module-index>/<port-index> P4G_TCP_ACK_TIMEOUT [<group_index>] <ack_timeout>
# get
<module-index>/<port-index> P4G_TCP_ACK_TIMEOUT [<group_index>] ?
Description
Delayed ACK timeout in microsecondsA pure ACK for the last RX packet will be
sent after P4G_TCP_ACK_TIMEOUT
microseconds in case it cannot be sent by other means, ie. a number of packets received since last ACK is less than P4G_TCP_ACK_FREQUENCY
and there is no TX packets to sent (to piggy-back an ACK)
Actions
set, get
Parameters
ack_timeout
: integer, timeout value in microseconds, default 200000.
Example
# set
input: 0/1 P4G_TCP_ACK_TIMEOUT [0] 1
output: <OK>
# get
input: 0/1 P4G_TCP_ACK_TIMEOUT [0] ?
output: 0/1 P4G_TCP_ACK_TIMEOUT [0] 1