From owner-cvs-sys Wed Oct 1 19:16:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24467 for cvs-sys-outgoing; Wed, 1 Oct 1997 19:16:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24444; Wed, 1 Oct 1997 19:16:23 -0700 (PDT) From: David Greenman Received: (from davidg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA19726; Wed, 1 Oct 1997 19:10:42 -0700 (PDT) Date: Wed, 1 Oct 1997 19:10:42 -0700 (PDT) Message-Id: <199710020210.TAA19726@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 1997/10/01 19:10:41 PDT Modified files: sys/netinet tcp_input.c Log: Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimate RST's being ignored, keeping a connection around until it times out, and thus has the opposite effect of what was intended (which is to make the system more robust to DoS attacks). Revision Changes Path 1.63 +1 -6 src/sys/netinet/tcp_input.c