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

ARP table improvements #140

Open
rowanG077 opened this issue Jul 20, 2023 · 0 comments
Open

ARP table improvements #140

rowanG077 opened this issue Jul 20, 2023 · 0 comments

Comments

@rowanG077
Copy link
Contributor

Once the gateway support is merged I'd like to implement some ARP table improvements.

The main thing I would like:

  • Actual table with 16 elements. Use simple hash to determine index (xor of all nibbles maybe?)
  • Add crossbar to arp table. Allow IP rx to write entries. In a lot of scenarios a UDP component will only reply to incoming packets. This means it will remove the need for ARP queries in this scenario at all. It will also allow DHCP to query ARP entries in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant