From owner-cvs-all Mon Aug 27 15:10:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D30837B407; Mon, 27 Aug 2001 15:10:07 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7RMA7s77249; Mon, 27 Aug 2001 15:10:07 -0700 (PDT) (envelope-from jesper) Message-Id: <200108272210.f7RMA7s77249@freefall.freebsd.org> From: Jesper Skriver Date: Mon, 27 Aug 2001 15:10:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.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 2001/08/27 15:10:07 PDT Modified files: sys/netinet ip_input.c Log: When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESET to the application as a RST would, this way we're compatible with the most applications. MFC candidate. Submitted by: Scott Renfro Reviewed by: Mike Silbersack Revision Changes Path 1.175 +2 -2 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message