Class MdnsGo
Discovers peers using Multicast DNS according to go-ipfs v0.4.17
Inherited Members
Namespace: PeerTalk.Discovery
Assembly: PeerTalk.dll
Syntax
public class MdnsGo : MdnsJs, IPeerDiscovery, IService
Remarks
GO peers are not using the mDNS multicast address (224.0.0.251) https://github.com/libp2p/go-libp2p/issues/469. Basically this cannot work until the issue is resolved.
Constructors
| Improve this Doc View SourceMdnsGo()
MDNS go is the same as MdnsJs except that the service name is "_ipfs-discovery._udp".
Declaration
public MdnsGo()