From owner-cvs-all Wed Aug 29 14:41:43 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 5D18037B403; Wed, 29 Aug 2001 14:41:38 -0700 (PDT) (envelope-from jesper@FreeBSD.org) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7TLfco07364; Wed, 29 Aug 2001 14:41:38 -0700 (PDT) (envelope-from jesper) Message-Id: <200108292141.f7TLfco07364@freefall.freebsd.org> From: Jesper Skriver Date: Wed, 29 Aug 2001 14:41:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.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 2001/08/29 14:41:38 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_input.c Log: MFC rev 1.175 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. Submitted by: Scott Renfro Reviewed by: Mike Silbersack Approved by: jkh Revision Changes Path 1.130.2.25 +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