-
Notifications
You must be signed in to change notification settings - Fork 146
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
How to interpret interfaceIndex? #42
Comments
Unfortunately there is no generic way to do it. This one is bugging me for quite some time. I'll see what I can do about it. Thanks for the kind words regarding the documentation. |
Is I believe that should be doable without any API breakage. |
Well it's not exactly standard, but many cross platform libraries do it that way. That's because it's the simplest thing to do in C. I'd still prefer an optional boolean flag. I already looked into it. Implementing it is pretty straight forward. However, I have to deal with this |
Sorry for the long delay. But finally there is some progress on this:
It isn't released yet, because I have to do some more testing. Just check out the master branch if you want to take a look. The raw version of the user guide is here: https://github.com/agnat/node_mdns/blob/master/doc/pages/user_guide.ejs Thanks for your patience ;) |
Awesome. Thanks. |
I'm about to release v1.1.0 which contains lots of improvements regarding network interface handling. I'm closing this issue. Have fun... |
Any idea how I can map
interfaceIndex
back toos.networkInterfaces()
?Your documentation is absolutely wonderful, but it seems to be missing this one detail.
The text was updated successfully, but these errors were encountered: