diff --git a/index.html b/index.html index e1fd9c29..78d733b6 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-0.27.0-pre.1
0.27.0-pre.2
Gets a Map of the current connections. The keys are the stringified
+PeerId
of the peer. The value is an array of Connections to that peer.
Map<string, Array<Connection>>
:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
peerStore
Connection
will be sent in the callback
Connection
will be sent in the callback
Disconnects all connections to the given peer
Connection
will be sent in the callback
(PeerId)
- The PeerId to close connections to
+ peer ((PeerInfo | PeerId | multiaddr | string))
+ the peer to close connections to
Connection
will be sent in the callback
Connection
will be sent in the callback
Connection
will be sent in the callback
PeerStore
.
-
+
src/get-peer-info.js
@@ -3449,7 +3520,7 @@ the libp2p
PeerRouter will be used to attempt to find the peer.
-
+
src/connection-manager/index.js
@@ -3618,7 +3689,7 @@ the libp2p
PeerRouter will be used to attempt to find the peer.
-
+
src/connection-manager/index.js
@@ -3671,7 +3742,7 @@ only event loop and connection limits will be monitored.
-
+
src/connection-manager/index.js
@@ -3723,7 +3794,7 @@ only event loop and connection limits will be monitored.
-
+
src/connection-manager/index.js
@@ -3798,7 +3869,7 @@ will be disconnected first.
-
+
src/connection-manager/index.js
@@ -3863,7 +3934,7 @@ will be disconnected first.
-
+
src/connection-manager/index.js
@@ -3928,7 +3999,7 @@ will be disconnected first.
-
+
src/circuit/index.js
@@ -4025,7 +4096,7 @@ will be disconnected first.
-
+
src/circuit/index.js
@@ -4133,7 +4204,7 @@ will be disconnected first.
-
+
src/circuit/index.js
@@ -4214,7 +4285,7 @@ will be disconnected first.
-
+
src/circuit/index.js
@@ -4287,7 +4358,7 @@ will be disconnected first.
-
+
src/circuit/listener.js
@@ -4355,7 +4426,7 @@ will be disconnected first.
stop
is called, start
must be called to resume st
-
+
src/metrics/index.js
@@ -6275,7 +6346,7 @@ Once stop
is called, start
must be called to resume st
-
+
src/metrics/index.js
@@ -6335,7 +6406,7 @@ Once stop
is called, start
must be called to resume st
-
+
src/metrics/index.js
@@ -6409,7 +6480,7 @@ is a live peer, or in the disconnected peer LRU cache.
-
+
src/metrics/index.js
@@ -6469,7 +6540,7 @@ is a live peer, or in the disconnected peer LRU cache.
-
+
src/metrics/index.js
@@ -6542,7 +6613,7 @@ is a live peer, or in the disconnected peer LRU cache.
-
+
src/metrics/index.js
@@ -6609,7 +6680,7 @@ be stopped and moved to an LRU for temporary retention.
-
+
src/metrics/index.js
@@ -6685,7 +6756,7 @@ placeholder stats will be merged with the existing stats.
-
+
src/metrics/index.js
@@ -6813,7 +6884,7 @@ with the placeholder string returned from here, and the known PeerId
-
+
src/metrics/index.js
@@ -6895,7 +6966,7 @@ and returned.
-
+
src/metrics/old-peers.js
@@ -6968,7 +7039,7 @@ and returned.
-
+
src/metrics/stats.js
@@ -7046,7 +7117,7 @@ and returned.
Stats.stop
was previously called,
Adds a Transport
to the manager
(any
+ = {}
)
+ Additional options to pass to the transport
+
+ multiaddrs
-
+
src/identify/index.js
@@ -11168,7 +11249,7 @@ with the provided protocols
-
+
src/identify/index.js