From owner-cvs-all Sun Jun 30 13: 7:29 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 4930537B400; Sun, 30 Jun 2002 13:07:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B848E43E1A; Sun, 30 Jun 2002 13:07:22 -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 g5UK7MJU027165; Sun, 30 Jun 2002 13:07:22 -0700 (PDT) (envelope-from jesper@freefall.freebsd.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5UK7MUF027164; Sun, 30 Jun 2002 13:07:22 -0700 (PDT) Message-Id: <200206302007.g5UK7MUF027164@freefall.freebsd.org> From: Jesper Skriver Date: Sun, 30 Jun 2002 13:07:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c X-FreeBSD-CVS-Branch: HEAD 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/06/30 13:07:22 PDT Modified files: sys/netinet tcp_subr.c Log: 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. MFC after: 2 weeks Revision Changes Path 1.134 +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