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

    • ARP request retransmitting
      ... I have a proposition on changing the behavior of ARP retransmitting. ... Currently we after sending several ARP requests, sending ARP requests ... additional broadcast packet was an expensive thing. ...
      (freebsd-net)
    • Re: ARP request retransmitting
      ... > Currently we after sending several ARP requests, ... > I suggest to keep sending ARP requests while there is a demand for this ... problem for sites with large bridged network configurations. ... Do you have any information on what other operating systems may have done ...
      (freebsd-arch)
    • Re: ARP request retransmitting
      ... R>> I have a proposition on changing the behavior of ARP retransmitting. ... R>>Currently we after sending several ARP requests, ... R>> I suggest to keep sending ARP requests while there is a demand for this ... It sends one ARP request per second while there is demand for this ARP entry. ...
      (freebsd-arch)