cvs commit: src/sys/netinet tcp_subr.c
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Sep 7 14:45:04 UTC 2008
bz 2008-09-07 14:44:55 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
SVN rev 182846 on 2008-09-07 14:44:55Z by bz
Convert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt to
SYSCTL_PROCs and check that the default mss for neither v4 nor
v6 goes below the minimum MSS constant (216).
This prevents people from shooting themselves in the foot.
PR: kern/118455 (remotely related)
Reviewed by: silby (as part of a larger patch in March)
MFC after: 2 months
Revision Changes Path
1.312 +42 -6 src/sys/netinet/tcp_subr.c
More information about the cvs-src
mailing list