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
I've seen that a while ago:
19:03:19.522 DEBUG mdns: Handling MDNS entry: 192.168.43.135:36191 mdns.go:147
We should only ever announce what's in Addresses.Swarm or Addresses.Announce
The text was updated successfully, but these errors were encountered:
force usage of github.com/btcsuite/btcd v0.22.1 or newer (#254)
10ad673
We're announcing the addresses of all interfaces we're listening on:
go-libp2p/p2p/discovery/mdns/mdns.go
Line 113 in 1e31d70
I believe this is correct, albeit slightly suboptimal (we could have a separate mDNS service per interface).
Sorry, something went wrong.
No branches or pull requests
I've seen that a while ago:
We should only ever announce what's in Addresses.Swarm or Addresses.Announce
The text was updated successfully, but these errors were encountered: