go-libp2p/p2p/discovery/mdns_legacy
Marten Seemann ec3c9cbf49
implement the new mDNS spec, move the old mDNS implementation (#1161)
* move the current mdns discovery implementation to discovery_legacy

* use libp2p/zeroconf for mDNS discovery

* rename the discovery package to mdns

* don't store the context

* use a wait group for clean shutdown of the mdns resolver

* add comment about port numbers

* move the mdns packages p2p/discovery
2021-08-18 09:15:56 -07:00
..
mdns.go implement the new mDNS spec, move the old mDNS implementation (#1161) 2021-08-18 09:15:56 -07:00
mdns_test.go implement the new mDNS spec, move the old mDNS implementation (#1161) 2021-08-18 09:15:56 -07:00