Date: Wed, 21 Mar 2007 18:05:54 +0000 (UTC) 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.h tcp_input.c tcp_subr.c tcp_usrreq.c tcp_var.h Message-ID: <200703211805.l2LI5sPJ076255@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2007-03-21 18:05:54 UTC FreeBSD src repository Modified files: sys/netinet tcp.h tcp_input.c tcp_subr.c tcp_usrreq.c tcp_var.h Log: Remove tcp_minmssoverload DoS detection logic. The problem it tried to protect us from wasn't really there and it only bloats the code. Should the problem surface in the future we can simply resurrect it from cvs history. Revision Changes Path 1.36 +0 -8 src/sys/netinet/tcp.h 1.319 +0 -59 src/sys/netinet/tcp_input.c 1.271 +0 -12 src/sys/netinet/tcp_subr.c 1.148 +0 -5 src/sys/netinet/tcp_usrreq.c 1.141 +0 -5 src/sys/netinet/tcp_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703211805.l2LI5sPJ076255>