From owner-freebsd-net@FreeBSD.ORG Sun Nov 22 18:34:25 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DBFC1065733 for ; Sun, 22 Nov 2009 18:34:22 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.freebsd.org (Postfix) with ESMTP id 884968FC0A for ; Sun, 22 Nov 2009 18:34:22 +0000 (UTC) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id nAMIYMsM025485; Sun, 22 Nov 2009 10:34:22 -0800 (PST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 22 Nov 2009 10:34:08 -0800 Message-ID: In-Reply-To: <20091122130156.F52486@beagle.kn.op.dlr.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ARP regression in releng-8 Thread-Index: Acprdr733LFX52Z/ThGrKRbHBvzPDAAK44dw References: <20091122130156.F52486@beagle.kn.op.dlr.de> From: "Li, Qing" To: "Harti Brandt" , Cc: Subject: RE: ARP regression in releng-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 18:34:25 -0000 I will look into it and get back to you. -- Qing > -----Original Message----- > From: owner-freebsd-net@freebsd.org [mailto:owner-freebsd- > net@freebsd.org] On Behalf Of Harti Brandt > Sent: Sunday, November 22, 2009 5:09 AM > To: freebsd-net@freebsd.org > Subject: ARP regression in releng-8 >=20 > Hi all, >=20 > I try to figure out something simple like the ARP retransmission > timeout > to populate the ipv4InterfaceRetransmitTime in the RFC4293 MIB. In line > 357 of netinet/if_ether.c it says: >=20 > /* > * Return EWOULDBLOCK if we have tried less than arp_maxtries. > It > * will be masked by ether_output(). Return > EHOSTDOWN/EHOSTUNREACH > * if we have already sent arp_maxtries ARP requests. > Retransmit > the > * ARP request, but not faster than one request per second. > */ >=20 > Unfortunately the comment about the 1s minimum retransmit interval is > there, but the code not. A simple ping -f shows the code transmitting > ARP > requests every 30 milliseconds, which is not good in my opinion. > releng-7 > (with the old L2 code) works correctly. >=20 > BTW, what means the comment on line 282 in the same file? >=20 > /* XXXXX > */ >=20 > harti > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"