Date: Tue, 6 Jan 2004 15:29:46 -0800 (PST) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c Message-ID: <200401062329.i06NTk5U036884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2004/01/06 15:29:46 PST FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c Log: 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) Revision Changes Path 1.218 +2 -2 src/sys/netinet/tcp_input.c 1.172 +1 -1 src/sys/netinet/tcp_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401062329.i06NTk5U036884>