You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
`stats.bitswap` and `bitswap.stat` can be used interchangeably.
41
+
Note: `bitswap.stat` and `stats.bitswap` can be used interchangeably.
42
42
43
43
`callback` must follow `function (err, stats) {}` signature, where `err` is an error if the operation was not successful. `stats` is an Object containing the following keys:
44
44
45
45
-`provideBufLen` is an integer.
46
-
-`wantlist` (array)
47
-
-`peers` (array)
46
+
-`wantlist` (array of CIDs)
47
+
-`peers` (array of peer IDs)
48
48
-`blocksReceived` is a [Big Int][1]
49
49
-`dataReceived` is a [Big Int][1]
50
50
-`blocksSent` is a [Big Int][1]
@@ -57,10 +57,10 @@ If no `callback` is passed, a promise is returned.
0 commit comments