docs: link to discovery/mdns.md

This commit is contained in:
Richard Schneider
2018-10-11 13:26:46 +13:00
parent 53d9fafa11
commit 409c0192ee

View File

@@ -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.