Show / Hide Table of Contents

Class SwarmOptions

Inheritance
Object
SwarmOptions
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class SwarmOptions : object

Properties

| Improve this Doc View Source

BlockHashRecvTimeout

The base timeout used to receive the block hashes from other peers.

Declaration
public TimeSpan BlockHashRecvTimeout { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

BlockRecvTimeout

The base timeout used to receive Block<T> from other peers.

Declaration
public TimeSpan BlockRecvTimeout { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

MaxTimeout

The maximum timeout used in Swarm<T>.

Declaration
public TimeSpan MaxTimeout { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

RecentStateRecvTimeout

The timeout used to receive recent states from other peers.

Declaration
public TimeSpan RecentStateRecvTimeout { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

TxRecvTimeout

The base timeout used to receive Transaction<T> from other peers.

Declaration
public TimeSpan TxRecvTimeout { get; set; }
Property Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium