Class BootstrapOptions
Inheritance
BootstrapOptions
Assembly: Libplanet.Net.dll
Syntax
public class BootstrapOptions
Fields
|
Improve this Doc
View Source
DefaultDialTimeout
Declaration
public const int DefaultDialTimeout = 15
Field Value
Properties
|
Improve this Doc
View Source
DialTimeout
Declaration
public TimeSpan DialTimeout { get; set; }
Property Value
See Also
|
Improve this Doc
View Source
SearchDepth
Determines the depth of the search when discovering neighbors for the local node.
Declaration
public int SearchDepth { get; set; }
Property Value
|
Improve this Doc
View Source
SeedPeers
The list of seed peers to connect to.
Declaration
public ImmutableList<BoundPeer> SeedPeers { get; set; }
Property Value