-
Notifications
You must be signed in to change notification settings - Fork 10
Use now apparently maintained if-addrs #8
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
Conversation
instead of unmaintained get-if-addrs.
This PR depends on a new release of |
As far as I can see, all the build errors are already fixed on master of |
@eskimor I'm looking at the crate, and it does not seem to have any meaningful improvements over the fork. The last commits so far have been only renames of the crate from a few weeks ago. I don't see any reason to change over to that dependency given it has no code change so far. I'd rather stay on a stable release until fixes/improvements appear on the fork. |
Fair enough :-) I was planning on integrating your reverse patch there, but I don't see a problem waiting until that actually happens ;-) One minor thing though worth mentioning: The fork already bumped the winapi dependency, so that could be useful already. |
cffb34a
to
7a2f69b
Compare
Oh, adding the reverse there would be great! It seems to have some new activity there. I would consider moving to the fork to remove the hotfix on mips 👍 |
5c193e3
to
a88746e
Compare
Bit of a necro, but I need support for link-local addresses, which the new if-addrs exposes as a feature. Can this PR be resurrected? |
There's actually some more code required as I have 3 link-local addresses on my machine, and two of them are actually disconnected and fail with |
Sure thing, I'd consider replacing the lib if the MIPS support have been merged, which was the blocker last time. |
Truthfully, I can't tell if they fixed the MIPS issue yet - do you have a MIPS system to test it on? I've never touched that arch. |
Yes, I do have some |
I looked a little more intently - the old MIPS bug is caused by a manual sockaddr parse: The new one uses I'll start work on the re-port :) |
Thanks for the interest @mon :) Let me know how it goes, and I can test on a device later |
Closed by #19 |
instead of unmaintained get-if-addrs.