]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r334497:
authortuexen <tuexen@FreeBSD.org>
Wed, 6 Jun 2018 20:02:05 +0000 (20:02 +0000)
committertuexen <tuexen@FreeBSD.org>
Wed, 6 Jun 2018 20:02:05 +0000 (20:02 +0000)
commit062a969b041ab2fab3855337a662bc8fec8823e0
treed2b592637ff69fa40e7516cf1856a4ad04d7916b
parentcd209f211575b4fc75138b8f68bc4d58892c5a46
MFC r334497:

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.

Sponsored by: Netflix, Inc.
sys/netinet/tcp_syncache.c