From 9b5e4bb5297e7d2e71801eae52d0429d1fd051ad Mon Sep 17 00:00:00 2001 From: = Date: Tue, 13 Feb 2024 12:21:19 +0000 Subject: [PATCH] update docs for drop-old-relayed-msgs --- drop-old-relayed-msgs/libp2p.html | 2 +- drop-old-relayed-msgs/libp2p/builders.html | 2 +- drop-old-relayed-msgs/libp2p/connmanager.html | 2 +- .../libp2p/crypto/chacha20poly1305.html | 2 +- .../libp2p/crypto/crypto.html | 2 +- .../libp2p/crypto/curve25519.html | 2 +- .../libp2p/crypto/ecnist.html | 2 +- .../libp2p/crypto/ed25519/constants.html | 2 +- .../libp2p/crypto/ed25519/ed25519.html | 2 +- drop-old-relayed-msgs/libp2p/crypto/hkdf.html | 2 +- .../libp2p/crypto/minasn1.html | 2 +- drop-old-relayed-msgs/libp2p/crypto/rsa.html | 2 +- drop-old-relayed-msgs/libp2p/crypto/secp.html | 2 +- drop-old-relayed-msgs/libp2p/dial.html | 2 +- drop-old-relayed-msgs/libp2p/dialer.html | 2 +- drop-old-relayed-msgs/libp2p/errors.html | 2 +- .../libp2p/multiaddress.html | 2 +- drop-old-relayed-msgs/libp2p/multibase.html | 2 +- drop-old-relayed-msgs/libp2p/multicodec.html | 2 +- drop-old-relayed-msgs/libp2p/multihash.html | 2 +- drop-old-relayed-msgs/libp2p/multistream.html | 2 +- .../libp2p/muxers/mplex/coder.html | 2 +- .../libp2p/muxers/mplex/mplex.html | 2 +- .../libp2p/muxers/muxer.html | 2 +- .../libp2p/muxers/yamux/yamux.html | 68 +++++++------------ .../libp2p/nameresolving/nameresolver.html | 2 +- .../libp2p/observedaddrmanager.html | 2 +- drop-old-relayed-msgs/libp2p/peerid.html | 2 +- drop-old-relayed-msgs/libp2p/peerinfo.html | 2 +- .../libp2p/protobuf/minprotobuf.html | 2 +- .../protocols/connectivity/autonat/core.html | 2 +- .../connectivity/autonat/server.html | 2 +- .../protocols/connectivity/relay/client.html | 2 +- .../connectivity/relay/messages.html | 2 +- .../protocols/connectivity/relay/rconn.html | 2 +- .../protocols/connectivity/relay/relay.html | 2 +- .../connectivity/relay/rtransport.html | 2 +- .../protocols/connectivity/relay/utils.html | 2 +- .../libp2p/protocols/identify.html | 2 +- .../libp2p/protocols/ping.html | 2 +- .../libp2p/protocols/protocol.html | 2 +- .../libp2p/protocols/pubsub.html | 2 +- .../libp2p/protocols/pubsub/errors.html | 2 +- .../libp2p/protocols/pubsub/floodsub.html | 2 +- .../libp2p/protocols/pubsub/gossipsub.html | 38 +++++------ .../protocols/pubsub/gossipsub/behavior.html | 2 +- .../protocols/pubsub/gossipsub/scoring.html | 2 +- .../protocols/pubsub/gossipsub/types.html | 2 +- .../libp2p/protocols/pubsub/mcache.html | 2 +- .../libp2p/protocols/pubsub/peertable.html | 2 +- .../libp2p/protocols/pubsub/pubsub.html | 2 +- .../libp2p/protocols/pubsub/pubsubpeer.html | 22 +++--- .../libp2p/protocols/pubsub/rpc/message.html | 2 +- .../libp2p/protocols/pubsub/rpc/messages.html | 2 +- .../libp2p/protocols/pubsub/rpc/protobuf.html | 2 +- .../libp2p/protocols/pubsub/timedcache.html | 2 +- .../libp2p/protocols/rendezvous.html | 2 +- .../libp2p/protocols/secure/noise.html | 2 +- .../libp2p/protocols/secure/secure.html | 2 +- .../libp2p/routing_record.html | 2 +- .../libp2p/signed_envelope.html | 2 +- .../libp2p/stream/bufferstream.html | 2 +- .../libp2p/stream/chronosstream.html | 2 +- .../libp2p/stream/connection.html | 2 +- .../libp2p/stream/lpstream.html | 2 +- .../libp2p/stream/streamseq.html | 2 +- drop-old-relayed-msgs/libp2p/switch.html | 2 +- drop-old-relayed-msgs/libp2p/transcoder.html | 2 +- .../libp2p/transports/tcptransport.html | 2 +- .../libp2p/transports/transport.html | 2 +- .../libp2p/transports/wstransport.html | 2 +- .../libp2p/upgrademngrs/muxedupgrade.html | 2 +- .../libp2p/upgrademngrs/upgrade.html | 2 +- drop-old-relayed-msgs/libp2p/utility.html | 2 +- .../libp2p/utils/future.html | 2 +- .../libp2p/utils/heartbeat.html | 2 +- .../libp2p/utils/offsettedseq.html | 2 +- .../libp2p/utils/semaphore.html | 2 +- drop-old-relayed-msgs/libp2p/varint.html | 2 +- drop-old-relayed-msgs/libp2p/vbuffer.html | 2 +- drop-old-relayed-msgs/libp2p/wire.html | 2 +- drop-old-relayed-msgs/theindex.html | 6 +- 82 files changed, 134 insertions(+), 156 deletions(-) diff --git a/drop-old-relayed-msgs/libp2p.html b/drop-old-relayed-msgs/libp2p.html index 0de6c4909..477a86f05 100644 --- a/drop-old-relayed-msgs/libp2p.html +++ b/drop-old-relayed-msgs/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/builders.html b/drop-old-relayed-msgs/libp2p/builders.html index 59200b776..ef86a9323 100644 --- a/drop-old-relayed-msgs/libp2p/builders.html +++ b/drop-old-relayed-msgs/libp2p/builders.html @@ -801,7 +801,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/connmanager.html b/drop-old-relayed-msgs/libp2p/connmanager.html index 3621a6e15..055734e90 100644 --- a/drop-old-relayed-msgs/libp2p/connmanager.html +++ b/drop-old-relayed-msgs/libp2p/connmanager.html @@ -857,7 +857,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/chacha20poly1305.html b/drop-old-relayed-msgs/libp2p/crypto/chacha20poly1305.html index 9b90078ba..e24ded4cf 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/chacha20poly1305.html +++ b/drop-old-relayed-msgs/libp2p/crypto/chacha20poly1305.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/crypto.html b/drop-old-relayed-msgs/libp2p/crypto/crypto.html index fb7f7ecbe..6652c81bc 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/crypto.html +++ b/drop-old-relayed-msgs/libp2p/crypto/crypto.html @@ -1703,7 +1703,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/curve25519.html b/drop-old-relayed-msgs/libp2p/crypto/curve25519.html index 9f35d9522..8ec7600a4 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/curve25519.html +++ b/drop-old-relayed-msgs/libp2p/crypto/curve25519.html @@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/ecnist.html b/drop-old-relayed-msgs/libp2p/crypto/ecnist.html index 2dfc9b5a7..58b754af9 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/ecnist.html +++ b/drop-old-relayed-msgs/libp2p/crypto/ecnist.html @@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/ed25519/constants.html b/drop-old-relayed-msgs/libp2p/crypto/ed25519/constants.html index 81741f5d8..64eb02b0c 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/ed25519/constants.html +++ b/drop-old-relayed-msgs/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/ed25519/ed25519.html b/drop-old-relayed-msgs/libp2p/crypto/ed25519/ed25519.html index 815abeefd..156b26db0 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/ed25519/ed25519.html +++ b/drop-old-relayed-msgs/libp2p/crypto/ed25519/ed25519.html @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/hkdf.html b/drop-old-relayed-msgs/libp2p/crypto/hkdf.html index deecb7f27..b12ffe6da 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/hkdf.html +++ b/drop-old-relayed-msgs/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/minasn1.html b/drop-old-relayed-msgs/libp2p/crypto/minasn1.html index 7d91c6174..0a67316e6 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/minasn1.html +++ b/drop-old-relayed-msgs/libp2p/crypto/minasn1.html @@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/rsa.html b/drop-old-relayed-msgs/libp2p/crypto/rsa.html index 9a1ebe9c8..80a0a5076 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/rsa.html +++ b/drop-old-relayed-msgs/libp2p/crypto/rsa.html @@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/crypto/secp.html b/drop-old-relayed-msgs/libp2p/crypto/secp.html index c3c5667d0..e8813e1db 100644 --- a/drop-old-relayed-msgs/libp2p/crypto/secp.html +++ b/drop-old-relayed-msgs/libp2p/crypto/secp.html @@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/dial.html b/drop-old-relayed-msgs/libp2p/dial.html index 24cf077f1..b6e54a0d5 100644 --- a/drop-old-relayed-msgs/libp2p/dial.html +++ b/drop-old-relayed-msgs/libp2p/dial.html @@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/dialer.html b/drop-old-relayed-msgs/libp2p/dialer.html index c1f9867e2..826d389c7 100644 --- a/drop-old-relayed-msgs/libp2p/dialer.html +++ b/drop-old-relayed-msgs/libp2p/dialer.html @@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/errors.html b/drop-old-relayed-msgs/libp2p/errors.html index b7b025cd9..b3f8c4156 100644 --- a/drop-old-relayed-msgs/libp2p/errors.html +++ b/drop-old-relayed-msgs/libp2p/errors.html @@ -357,7 +357,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/multiaddress.html b/drop-old-relayed-msgs/libp2p/multiaddress.html index a6843c9c9..4de3d5a88 100644 --- a/drop-old-relayed-msgs/libp2p/multiaddress.html +++ b/drop-old-relayed-msgs/libp2p/multiaddress.html @@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/multibase.html b/drop-old-relayed-msgs/libp2p/multibase.html index 51efbc624..2e0e52a78 100644 --- a/drop-old-relayed-msgs/libp2p/multibase.html +++ b/drop-old-relayed-msgs/libp2p/multibase.html @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/multicodec.html b/drop-old-relayed-msgs/libp2p/multicodec.html index 77783384a..0056f3556 100644 --- a/drop-old-relayed-msgs/libp2p/multicodec.html +++ b/drop-old-relayed-msgs/libp2p/multicodec.html @@ -481,7 +481,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/multihash.html b/drop-old-relayed-msgs/libp2p/multihash.html index bd3655810..b96d6b46d 100644 --- a/drop-old-relayed-msgs/libp2p/multihash.html +++ b/drop-old-relayed-msgs/libp2p/multihash.html @@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/multistream.html b/drop-old-relayed-msgs/libp2p/multistream.html index 39a068d2f..8e515aed7 100644 --- a/drop-old-relayed-msgs/libp2p/multistream.html +++ b/drop-old-relayed-msgs/libp2p/multistream.html @@ -539,7 +539,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/muxers/mplex/coder.html b/drop-old-relayed-msgs/libp2p/muxers/mplex/coder.html index cac81340c..7c8a6c656 100644 --- a/drop-old-relayed-msgs/libp2p/muxers/mplex/coder.html +++ b/drop-old-relayed-msgs/libp2p/muxers/mplex/coder.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/muxers/mplex/mplex.html b/drop-old-relayed-msgs/libp2p/muxers/mplex/mplex.html index 9fec7d2e1..918b7a845 100644 --- a/drop-old-relayed-msgs/libp2p/muxers/mplex/mplex.html +++ b/drop-old-relayed-msgs/libp2p/muxers/mplex/mplex.html @@ -415,7 +415,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/muxers/muxer.html b/drop-old-relayed-msgs/libp2p/muxers/muxer.html index 0f060ae58..a48abe761 100644 --- a/drop-old-relayed-msgs/libp2p/muxers/muxer.html +++ b/drop-old-relayed-msgs/libp2p/muxers/muxer.html @@ -533,7 +533,7 @@ class="link-seesrc" target="_blank">Source diff --git a/drop-old-relayed-msgs/libp2p/muxers/yamux/yamux.html b/drop-old-relayed-msgs/libp2p/muxers/yamux/yamux.html index addc103bc..e8e15a7b0 100644 --- a/drop-old-relayed-msgs/libp2p/muxers/yamux/yamux.html +++ b/drop-old-relayed-msgs/libp2p/muxers/yamux/yamux.html @@ -259,11 +259,6 @@ window.addEventListener("DOMContentLoaded", main2); windowSize: int = YamuxDefaultWindowSize; maxSendQueueSize: int = MaxSendQueueSize): T:type - - -
open:
Or: