Date: Tue, 15 Aug 2000 23:14:24 -0700 (PDT) From: Jayanth Vijayaraghavan <jayanth@FreeBSD.org> 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 Message-ID: <200008160614.XAA76881@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008160614.XAA76881>
