]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Limit the retransmission timer for SYN-ACKs by TCPTV_REXMTMAX.
authorMichael Tuexen <tuexen@FreeBSD.org>
Fri, 1 Jun 2018 21:24:27 +0000 (21:24 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Fri, 1 Jun 2018 21:24:27 +0000 (21:24 +0000)
commitc14f9fe5ef39595ed327cffc050cbc5601f64896
tree842978612e46b05fa5cf5074095ee67f66e8f256
parenta19dca2dfd63cb0205c6fac1fc0c4e00e8bea89a
Limit the retransmission timer for SYN-ACKs by TCPTV_REXMTMAX.

Use the same logic to handle the SYN-ACK retransmission when sent from
the syn cache code as when sent from the main code.

MFC after: 3 days
Sponsored by: Netflix, Inc.
sys/netinet/tcp_syncache.c