From owner-cvs-all Tue Aug 15 23:14:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E856137BED6; Tue, 15 Aug 2000 23:14:24 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Received: (from jayanth@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA76881; Tue, 15 Aug 2000 23:14:24 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Message-Id: <200008160614.XAA76881@freefall.freebsd.org> From: Jayanth Vijayaraghavan Date: Tue, 15 Aug 2000 23:14:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.h src/sys/netinet in_pcb.c tcp_input.c tcp_subr.c tcp_var.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jayanth 2000/08/15 23:14:24 PDT Modified files: (Branch: RELENG_4) sys/net route.h sys/netinet in_pcb.c tcp_input.c tcp_subr.c tcp_var.h Log: MFC: When a connection is being dropped due to a listen queue overflow, delete the cloned route that is associated with the connection. This does not exhaust the routing table memory when the system is under a SYN flood attack. The route entry is not deleted if there is any prior information cached in it. Revision Changes Path 1.36.2.1 +2 -2 src/sys/net/route.h 1.59.2.5 +23 -2 src/sys/netinet/in_pcb.c 1.107.2.4 +8 -0 src/sys/netinet/tcp_input.c 1.73.2.4 +12 -0 src/sys/netinet/tcp_subr.c 1.56.2.2 +2 -1 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message