Date: Mon, 3 Jan 2005 07:08:37 +0000 (UTC) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200501030708.j0378cDc001449@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2005-01-03 07:08:37 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Add a sysctl (net.inet.tcp.insecure_rst) which allows one to specify that the RFC 793 specification for accepting RST packets should be following. When followed, this makes one vulnerable to the attacks described in "slipping in the window", but it may be necessary in some odd circumstances. Revision Changes Path 1.264 +7 -1 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501030708.j0378cDc001449>