Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only limit the neighbor cache rate after sending a request packet #369

Merged
merged 3 commits into from
Aug 17, 2020

Commits on Aug 12, 2020

  1. Only limit the neighbor cache rate after sending a request packet

    Prior to this change, the neighbor cache would get limited even when the
    device failed to process our arp packet, which could put the socket in
    the waiting state in the next poll.
    
    This change only limits the cache rate if the device successfully
    consumed our packet.
    thalesfragoso committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    b1d35f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    9359209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3365202 View commit details
    Browse the repository at this point in the history