]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Enable the following TCP options by default to give it more exposure:
authorAndre Oppermann <andre@FreeBSD.org>
Tue, 6 Jan 2004 23:29:46 +0000 (23:29 +0000)
committerAndre Oppermann <andre@FreeBSD.org>
Tue, 6 Jan 2004 23:29:46 +0000 (23:29 +0000)
commitdba7bc6a65a30afb011390fda06100c2bda61f01
tree32a58c1c1aab7f5a33e767730cf215d6da570f56
parent87c3bd275523515dc67444b900a8f1d39ae257cd
Enable the following TCP options by default to give it more exposure:

 rfc3042  Limited retransmit
 rfc3390  Increasing TCP's initial congestion Window
 inflight TCP inflight bandwidth limiting

All my production server have it enabled and there have been no
issues.  I am confident about having them on by default and it gives
us better overall TCP performance.

Reviewed by: sam (mentor)
sys/netinet/tcp_input.c
sys/netinet/tcp_reass.c
sys/netinet/tcp_subr.c
sys/netinet/tcp_timewait.c