From owner-cvs-all Fri Jul 21 16:26:42 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 D22C337C16B; Fri, 21 Jul 2000 16:26:38 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Received: (from jayanth@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67617; Fri, 21 Jul 2000 16:26:38 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Message-Id: <200007212326.QAA67617@freefall.freebsd.org> From: Jayanth Vijayaraghavan Date: Fri, 21 Jul 2000 16:26:38 -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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jayanth 2000/07/21 16:26:38 PDT Modified files: sys/net route.h sys/netinet in_pcb.c tcp_input.c tcp_subr.c tcp_var.h Log: 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. Reviewed by: Peter Wemm,asmodai Revision Changes Path 1.37 +2 -2 src/sys/net/route.h 1.67 +24 -3 src/sys/netinet/in_pcb.c 1.118 +9 -1 src/sys/netinet/tcp_input.c 1.79 +13 -1 src/sys/netinet/tcp_subr.c 1.61 +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