From owner-cvs-all Sun Jul 14 4:55: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF9737B400; Sun, 14 Jul 2002 04:55:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4482643E5E; Sun, 14 Jul 2002 04:55:01 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: from freefall.freebsd.org (jesper@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6EBt1JU094759; Sun, 14 Jul 2002 04:55:01 -0700 (PDT) (envelope-from jesper@freefall.freebsd.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6EBt1AZ094758; Sun, 14 Jul 2002 04:55:01 -0700 (PDT) Message-Id: <200207141155.g6EBt1AZ094758@freefall.freebsd.org> From: Jesper Skriver Date: Sun, 14 Jul 2002 04:55:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesper 2002/07/14 04:55:01 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_subr.c Log: MFC rev 1.134 Extend the effect of the sysctl net.inet.tcp.icmp_may_rst so that, if we recieve a ICMP "time to live exceeded in transit", (type 11, code 0) for a TCP connection on SYN-SENT state, close the connection. Revision Changes Path 1.73.2.26 +1 -1 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message