We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am using libmicrodns on Linux and I have some issues with it:
As I also want it to work in local, it's a problem (I have an openthread border router, so avahi-daemon is running in local)
Here is the strace:
socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 18 setsockopt(18, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 bind(18, {sa_family=AF_INET, sin_port=htons(5353), sin_addr=inet_addr("0.0.0.0")}, 16) = 0 setsockopt(18, SOL_IP, MCAST_JOIN_GROUP, {gr_interface=0, gr_group={sa_family=AF_INET, sin_port=htons(5353), sin_addr=inet_addr("224.0.0.251")}}, 132) = -1 ENODEV (No such device) close(18)
I tried to add "MULTICAST" to lo interface, but unfortunately it doesn't change the result.
lo
I am using this commit: 8cb6b90
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am using libmicrodns on Linux and I have some issues with it:
As I also want it to work in local, it's a problem (I have an openthread border router, so avahi-daemon is running in local)
Here is the strace:
I tried to add "MULTICAST" to
lo
interface, but unfortunately it doesn't change the result.I am using this commit: 8cb6b90
The text was updated successfully, but these errors were encountered: