mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
docs: link to discovery/mdns.md
This commit is contained in:
@@ -91,7 +91,9 @@ Follows [IPRS spec](/IPRS.md).
|
||||
|
||||
### 4.4.1 mDNS-discovery
|
||||
|
||||
mDNS-discovery is a Discovery Protocol that uses [mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) over local area networks. It emits mDNS beacons to find if there are more peers available. Local area network peers are very useful to peer-to-peer protocols, because of their low latency links.
|
||||
mDNS-discovery is a Discovery Protocol that uses [mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) over local area networks with zero configuration. Local area network peers are very useful to peer-to-peer protocols, because of their low latency links.
|
||||
|
||||
The [mDNS-discovery](discovery/mdns.md) specification describes how to use mDNS to discover other peers.
|
||||
|
||||
mDNS-discovery is a standalone protocol and does not depend on any other `libp2p` protocol. mDNS-discovery can yield peers available in the local area network, without relying on other infrastructure. This is particularly useful in intranets, networks disconnected from the Internet backbone, and networks which temporarily lose links.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user