Date: Fri, 13 Feb 2004 01:31:58 -0800 (PST) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/scotty3/files patch-unix:nmicmpd.c Message-ID: <200402130931.i1D9Vwrj083223@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <louie@transsys.com> Reviewed by: Stefan Eßer <se@FreeBSD.org> Revision Changes Path 1.1 +17 -0 ports/net/scotty3/files/patch-unix:nmicmpd.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402130931.i1D9Vwrj083223>