From owner-cvs-src@FreeBSD.ORG Wed May 4 13:59:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A4F16A4CE; Wed, 4 May 2005 13:59:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CCD43D55; Wed, 4 May 2005 13:59:49 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j44DxQF8055953; Wed, 4 May 2005 13:59:26 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j44DxQHC055952; Wed, 4 May 2005 13:59:26 GMT (envelope-from andre) Message-Id: <200505041359.j44DxQHC055952@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 4 May 2005 13:59:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_output.c tcp_subr.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 13:59:50 -0000 andre 2005-05-04 13:59:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_output.c tcp_subr.c tcp_var.h Log: MFC: tcp_output.c rev 1.109, tcp_subr.c rev 1.222, tcp_var.h rev 1.120. Ignore ICMP Source Quench messages for TCP sessions. Source Quench is ineffective, depreciated and can be abused to degrade the performance of active TCP sessions if spoofed. Replace a bogus call to tcp_quench() in tcp_output() with the direct equivalent tcpcb variable assignment. Security: draft-gont-tcpm-icmp-attacks-03.txt Section 7.1 Revision Changes Path 1.100.2.7 +1 -1 src/sys/netinet/tcp_output.c 1.201.2.17 +11 -24 src/sys/netinet/tcp_subr.c 1.109.2.8 +0 -2 src/sys/netinet/tcp_var.h