Class BitswapData
The statistics for BitswapAsync(CancellationToken).
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class BitswapData
Fields
| Improve this Doc View SourceBlocksReceived
The number of blocks sent by other peers.
Declaration
public ulong BlocksReceived
Field Value
Type | Description |
---|---|
UInt64 |
BlocksSent
The number of blocks sent to other peers.
Declaration
public ulong BlocksSent
Field Value
Type | Description |
---|---|
UInt64 |
DataReceived
The number of bytes sent by other peers.
Declaration
public ulong DataReceived
Field Value
Type | Description |
---|---|
UInt64 |
DataSent
The number of bytes sent to other peers.
Declaration
public ulong DataSent
Field Value
Type | Description |
---|---|
UInt64 |
DupBlksReceived
The number of duplicate blocks sent by other peers.
Declaration
public ulong DupBlksReceived
Field Value
Type | Description |
---|---|
UInt64 |
Remarks
A duplicate block is a block that is already stored in the local repository.
DupDataReceived
The number of duplicate bytes sent by other peers.
Declaration
public ulong DupDataReceived
Field Value
Type | Description |
---|---|
UInt64 |
Remarks
A duplicate block is a block that is already stored in the local repository.
Peers
The known peers.
Declaration
public IEnumerable<MultiHash> Peers
Field Value
Type | Description |
---|---|
IEnumerable<MultiHash> |
ProvideBufLen
TODO: Unknown.
Declaration
public int ProvideBufLen
Field Value
Type | Description |
---|---|
Int32 |
Wantlist
The content that is wanted.
Declaration
public IEnumerable<Cid> Wantlist
Field Value
Type | Description |
---|---|
IEnumerable<Cid> |