Date: Sun, 7 Sep 2008 14:44:55 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Message-ID: <200809071445.m87Ej4RN017831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809071445.m87Ej4RN017831>
