Show / Hide Table of Contents

Class BitswapData

The statistics for BitswapAsync(CancellationToken).

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

Fields

| Improve this Doc View Source

BlocksReceived

The number of blocks sent by other peers.

Declaration
public ulong BlocksReceived
Field Value
Type Description
UInt64
| Improve this Doc View Source

BlocksSent

The number of blocks sent to other peers.

Declaration
public ulong BlocksSent
Field Value
Type Description
UInt64
| Improve this Doc View Source

DataReceived

The number of bytes sent by other peers.

Declaration
public ulong DataReceived
Field Value
Type Description
UInt64
| Improve this Doc View Source

DataSent

The number of bytes sent to other peers.

Declaration
public ulong DataSent
Field Value
Type Description
UInt64
| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

Peers

The known peers.

Declaration
public IEnumerable<MultiHash> Peers
Field Value
Type Description
IEnumerable<MultiHash>
| Improve this Doc View Source

ProvideBufLen

TODO: Unknown.

Declaration
public int ProvideBufLen
Field Value
Type Description
Int32
| Improve this Doc View Source

Wantlist

The content that is wanted.

Declaration
public IEnumerable<Cid> Wantlist
Field Value
Type Description
IEnumerable<Cid>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX