-
Notifications
You must be signed in to change notification settings - Fork 677
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
missing getifaddrs #650
Labels
Comments
Thanks for volunteering your work! I'm sure that interface you find usable will be fine. It can also be modified later if it's hard to use in a specific use case. We do like to have good documentation and tests, so please spend some time on that so that it's easy to use. |
mwanner
pushed a commit
to mwanner/nix
that referenced
this issue
Jul 10, 2017
mwanner
pushed a commit
to mwanner/nix
that referenced
this issue
Nov 21, 2017
mwanner
added a commit
to mwanner/nix
that referenced
this issue
Nov 21, 2017
mwanner
added a commit
to mwanner/nix
that referenced
this issue
Dec 3, 2017
mwanner
added a commit
to mwanner/nix
that referenced
this issue
Dec 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I implemented a trivial wrapper around
getifaddrs
, which I'd like to polish and get into the nix crate, if that's appropriate. Any specific requirements regarding the interface? Otherwise I'd prepare something based on anIterator
over the entries returned.The text was updated successfully, but these errors were encountered: