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

optimization: use netlink to hear interfaces changing #11

Open
rektide opened this issue May 21, 2020 · 1 comment
Open

optimization: use netlink to hear interfaces changing #11

rektide opened this issue May 21, 2020 · 1 comment

Comments

@rektide
Copy link

rektide commented May 21, 2020

Hello. On many *nix systems one can use netlink to listen for changes to network interfaces. It would be cool to have this optimization to this great library.

Some example information on how others have achieved this:
https://stackoverflow.com/questions/27008067/how-to-get-notified-about-network-interface-changes-with-netlist-and-rtmgrp-link

@martinheidegger
Copy link
Owner

@rektide Cool! thank you for researching this. Definitely a neat optimization step. Might probably need some restructuring to take place though (and I need to refresh my C)

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

2 participants