From owner-cvs-ports@FreeBSD.ORG Fri Feb 13 01:31:58 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA77D16A4CE; Fri, 13 Feb 2004 01:31:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5F6043D1F; Fri, 13 Feb 2004 01:31:58 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D9VwGe083224; Fri, 13 Feb 2004 01:31:58 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D9Vwrj083223; Fri, 13 Feb 2004 01:31:58 -0800 (PST) (envelope-from linimon) Message-Id: <200402130931.i1D9Vwrj083223@repoman.freebsd.org> From: Mark Linimon Date: Fri, 13 Feb 2004 01:31:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/scotty3/files patch-unix:nmicmpd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 09:31:59 -0000 linimon 2004/02/13 01:31:58 PST FreeBSD ports repository Added files: net/scotty3/files patch-unix:nmicmpd.c Log: If you attempt to send an ICMP echo to a host on the same ethernet subnet, and that host is down/turned off, the Tnm::icmp echo command will fail rather than return an unreachable indication on some occasions. This is because the nmicmpd program will occasionally get an EHOSTDOWN error when doing a sendto() when the ARP entry resolution times out. This is a problem since this API can support a list of hosts to send traffic to, and a single error as described will abort the entire operation. (The reviewer claims that he could not duplicate the problem, but that the patch seems like a good idea anyway.) PR: ports/24940 Submitted by: Louis Mamakos Reviewed by: Stefan Eßer Revision Changes Path 1.1 +17 -0 ports/net/scotty3/files/patch-unix:nmicmpd.c (new)