Show / Hide Table of Contents

Class DiscoveryOptions

Configuration options for discovering other peers.

Inheritance
Object
DiscoveryOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.Engine
Assembly: Ipfs.Engine.dll
Syntax
public class DiscoveryOptions

Fields

| Improve this Doc View Source

BootstrapPeers

Well known peers used to find other peers in the IPFS network.

Declaration
public IEnumerable<MultiAddress> BootstrapPeers
Field Value
Type Description
IEnumerable<MultiAddress>

The default value is null.

Remarks

If not null, then the sequence is use by the block API; otherwise the values in the configuration file are used.

| Improve this Doc View Source

DisableMdns

Disables the multicast DNS discovery of other peers and advertising of this peer.

Declaration
public bool DisableMdns
Field Value
Type Description
Boolean
| Improve this Doc View Source

DisableRandomWalk

Disables discovery of other peers by walking the DHT.

Declaration
public bool DisableRandomWalk
Field Value
Type Description
Boolean

See Also

IpfsEngineOptions
  • Improve this Doc
  • View Source
Back to top Generated by DocFX