ARP request retransmitting

From: Gleb Smirnoff (glebius_at_FreeBSD.org)
Date: 11/07/05

  • Next message: Gleb Smirnoff: "Re: ARP request retransmitting"
    Date: Mon, 7 Nov 2005 17:04:51 +0300
    To: arch@FreeBSD.org
    
    

      Colleagues,

      I have a proposition on changing the behavior of ARP retransmitting.
    Currently we after sending several ARP requests, sending ARP requests
    for given IP is suppressed for some interval (by default 20 seconds).
    Probably this feature was designed in early 90th, when sending one
    additional broadcast packet was an expensive thing.

      I suggest to keep sending ARP requests while there is a demand for
    this (we are trying to transmit packets to this particular IP),
    ratelimiting these requests to one per second. This will help in a
    quite common case, when some host on net is rebooting, and we are
    waiting for him to come up, and notice this only after 1 - 20 seconds
    since the time it is reachable.

      Any objections?

    -- 
    Totus tuus, Glebius.
    GLEBIUS-RIPN GLEB-RIPE
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Gleb Smirnoff: "Re: ARP request retransmitting"

    Relevant Pages