From 6c335ba82ed65b688a58a0697f627184a94c90c4 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 25 Mar 2024 21:13:31 +0000 Subject: [PATCH] update docs for gossipsub-new --- gossipsub-new/libp2p.html | 2 +- gossipsub-new/libp2p/builders.html | 2 +- gossipsub-new/libp2p/connmanager.html | 2 +- .../libp2p/crypto/chacha20poly1305.html | 2 +- gossipsub-new/libp2p/crypto/crypto.html | 2 +- gossipsub-new/libp2p/crypto/curve25519.html | 2 +- gossipsub-new/libp2p/crypto/ecnist.html | 2 +- .../libp2p/crypto/ed25519/constants.html | 2 +- .../libp2p/crypto/ed25519/ed25519.html | 2 +- gossipsub-new/libp2p/crypto/hkdf.html | 2 +- gossipsub-new/libp2p/crypto/minasn1.html | 2 +- gossipsub-new/libp2p/crypto/rsa.html | 2 +- gossipsub-new/libp2p/crypto/secp.html | 2 +- gossipsub-new/libp2p/dial.html | 2 +- gossipsub-new/libp2p/dialer.html | 2 +- gossipsub-new/libp2p/errors.html | 2 +- gossipsub-new/libp2p/multiaddress.html | 2 +- gossipsub-new/libp2p/multibase.html | 2 +- gossipsub-new/libp2p/multicodec.html | 2 +- gossipsub-new/libp2p/multihash.html | 2 +- gossipsub-new/libp2p/multistream.html | 2 +- gossipsub-new/libp2p/muxers/mplex/coder.html | 2 +- gossipsub-new/libp2p/muxers/mplex/mplex.html | 2 +- gossipsub-new/libp2p/muxers/muxer.html | 2 +- gossipsub-new/libp2p/muxers/yamux/yamux.html | 2 +- .../libp2p/nameresolving/nameresolver.html | 2 +- gossipsub-new/libp2p/observedaddrmanager.html | 2 +- gossipsub-new/libp2p/peerid.html | 2 +- gossipsub-new/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 +- gossipsub-new/libp2p/protocols/identify.html | 2 +- gossipsub-new/libp2p/protocols/ping.html | 2 +- gossipsub-new/libp2p/protocols/protocol.html | 2 +- gossipsub-new/libp2p/protocols/pubsub.html | 2 +- .../libp2p/protocols/pubsub/errors.html | 2 +- .../libp2p/protocols/pubsub/floodsub.html | 2 +- .../libp2p/protocols/pubsub/gossipsub.html | 2 +- .../protocols/pubsub/gossipsub/behavior.html | 2 +- .../protocols/pubsub/gossipsub/scoring.html | 2 +- .../protocols/pubsub/gossipsub/types.html | 26 +++++++++---------- .../libp2p/protocols/pubsub/mcache.html | 2 +- .../libp2p/protocols/pubsub/peertable.html | 2 +- .../libp2p/protocols/pubsub/pubsub.html | 2 +- .../libp2p/protocols/pubsub/pubsubpeer.html | 18 ++++++------- .../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 +- gossipsub-new/libp2p/routing_record.html | 2 +- gossipsub-new/libp2p/signed_envelope.html | 2 +- gossipsub-new/libp2p/stream/bufferstream.html | 2 +- .../libp2p/stream/chronosstream.html | 2 +- gossipsub-new/libp2p/stream/connection.html | 2 +- gossipsub-new/libp2p/stream/lpstream.html | 2 +- gossipsub-new/libp2p/stream/streamseq.html | 2 +- gossipsub-new/libp2p/switch.html | 2 +- gossipsub-new/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 +- gossipsub-new/libp2p/utility.html | 2 +- gossipsub-new/libp2p/utils/future.html | 2 +- gossipsub-new/libp2p/utils/heartbeat.html | 2 +- gossipsub-new/libp2p/utils/offsettedseq.html | 2 +- gossipsub-new/libp2p/utils/semaphore.html | 2 +- gossipsub-new/libp2p/varint.html | 2 +- gossipsub-new/libp2p/vbuffer.html | 2 +- gossipsub-new/libp2p/wire.html | 2 +- gossipsub-new/theindex.html | 2 +- 82 files changed, 102 insertions(+), 102 deletions(-) diff --git a/gossipsub-new/libp2p.html b/gossipsub-new/libp2p.html index bc54c8bf2..413cc13ba 100644 --- a/gossipsub-new/libp2p.html +++ b/gossipsub-new/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/builders.html b/gossipsub-new/libp2p/builders.html index 511210304..a59263758 100644 --- a/gossipsub-new/libp2p/builders.html +++ b/gossipsub-new/libp2p/builders.html @@ -801,7 +801,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/connmanager.html b/gossipsub-new/libp2p/connmanager.html index a2caf81bb..873dab745 100644 --- a/gossipsub-new/libp2p/connmanager.html +++ b/gossipsub-new/libp2p/connmanager.html @@ -874,7 +874,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/chacha20poly1305.html b/gossipsub-new/libp2p/crypto/chacha20poly1305.html index 1b4ed9d4d..939b9713a 100644 --- a/gossipsub-new/libp2p/crypto/chacha20poly1305.html +++ b/gossipsub-new/libp2p/crypto/chacha20poly1305.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/crypto.html b/gossipsub-new/libp2p/crypto/crypto.html index 09909c734..33786d624 100644 --- a/gossipsub-new/libp2p/crypto/crypto.html +++ b/gossipsub-new/libp2p/crypto/crypto.html @@ -1621,7 +1621,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/curve25519.html b/gossipsub-new/libp2p/crypto/curve25519.html index 2a95cd5e7..0d3e069a1 100644 --- a/gossipsub-new/libp2p/crypto/curve25519.html +++ b/gossipsub-new/libp2p/crypto/curve25519.html @@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/ecnist.html b/gossipsub-new/libp2p/crypto/ecnist.html index 62176041f..2e803f7c6 100644 --- a/gossipsub-new/libp2p/crypto/ecnist.html +++ b/gossipsub-new/libp2p/crypto/ecnist.html @@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/ed25519/constants.html b/gossipsub-new/libp2p/crypto/ed25519/constants.html index cc1ebfe38..7ac0925cf 100644 --- a/gossipsub-new/libp2p/crypto/ed25519/constants.html +++ b/gossipsub-new/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/ed25519/ed25519.html b/gossipsub-new/libp2p/crypto/ed25519/ed25519.html index 5c908603b..ea94ead9e 100644 --- a/gossipsub-new/libp2p/crypto/ed25519/ed25519.html +++ b/gossipsub-new/libp2p/crypto/ed25519/ed25519.html @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/hkdf.html b/gossipsub-new/libp2p/crypto/hkdf.html index ff5f7d8b1..6aacbb5cd 100644 --- a/gossipsub-new/libp2p/crypto/hkdf.html +++ b/gossipsub-new/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/minasn1.html b/gossipsub-new/libp2p/crypto/minasn1.html index 49c9400aa..808cee980 100644 --- a/gossipsub-new/libp2p/crypto/minasn1.html +++ b/gossipsub-new/libp2p/crypto/minasn1.html @@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/rsa.html b/gossipsub-new/libp2p/crypto/rsa.html index c2c4395b0..34b2c4075 100644 --- a/gossipsub-new/libp2p/crypto/rsa.html +++ b/gossipsub-new/libp2p/crypto/rsa.html @@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/crypto/secp.html b/gossipsub-new/libp2p/crypto/secp.html index 6bef519d4..031cc0ee7 100644 --- a/gossipsub-new/libp2p/crypto/secp.html +++ b/gossipsub-new/libp2p/crypto/secp.html @@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/dial.html b/gossipsub-new/libp2p/dial.html index ceb55624b..23b6e368a 100644 --- a/gossipsub-new/libp2p/dial.html +++ b/gossipsub-new/libp2p/dial.html @@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/dialer.html b/gossipsub-new/libp2p/dialer.html index 0293508a5..fa1adb37e 100644 --- a/gossipsub-new/libp2p/dialer.html +++ b/gossipsub-new/libp2p/dialer.html @@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/errors.html b/gossipsub-new/libp2p/errors.html index 265df0016..11d5522e2 100644 --- a/gossipsub-new/libp2p/errors.html +++ b/gossipsub-new/libp2p/errors.html @@ -340,7 +340,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/multiaddress.html b/gossipsub-new/libp2p/multiaddress.html index e9d244a6d..dc1db90e9 100644 --- a/gossipsub-new/libp2p/multiaddress.html +++ b/gossipsub-new/libp2p/multiaddress.html @@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/multibase.html b/gossipsub-new/libp2p/multibase.html index 53d18efa0..a6851e6db 100644 --- a/gossipsub-new/libp2p/multibase.html +++ b/gossipsub-new/libp2p/multibase.html @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/multicodec.html b/gossipsub-new/libp2p/multicodec.html index a0cbbec0d..c1ea7763f 100644 --- a/gossipsub-new/libp2p/multicodec.html +++ b/gossipsub-new/libp2p/multicodec.html @@ -481,7 +481,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/multihash.html b/gossipsub-new/libp2p/multihash.html index e4aa27b3e..81c23ac99 100644 --- a/gossipsub-new/libp2p/multihash.html +++ b/gossipsub-new/libp2p/multihash.html @@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/multistream.html b/gossipsub-new/libp2p/multistream.html index b39a7d813..f0a000033 100644 --- a/gossipsub-new/libp2p/multistream.html +++ b/gossipsub-new/libp2p/multistream.html @@ -556,7 +556,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/muxers/mplex/coder.html b/gossipsub-new/libp2p/muxers/mplex/coder.html index e5a1ceef5..73476d251 100644 --- a/gossipsub-new/libp2p/muxers/mplex/coder.html +++ b/gossipsub-new/libp2p/muxers/mplex/coder.html @@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/muxers/mplex/mplex.html b/gossipsub-new/libp2p/muxers/mplex/mplex.html index 77ca7fcbc..b9dfb0f7b 100644 --- a/gossipsub-new/libp2p/muxers/mplex/mplex.html +++ b/gossipsub-new/libp2p/muxers/mplex/mplex.html @@ -455,7 +455,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/muxers/muxer.html b/gossipsub-new/libp2p/muxers/muxer.html index b3ccad703..cc36353f2 100644 --- a/gossipsub-new/libp2p/muxers/muxer.html +++ b/gossipsub-new/libp2p/muxers/muxer.html @@ -535,7 +535,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/muxers/yamux/yamux.html b/gossipsub-new/libp2p/muxers/yamux/yamux.html index 571a63ada..128e2a02e 100644 --- a/gossipsub-new/libp2p/muxers/yamux/yamux.html +++ b/gossipsub-new/libp2p/muxers/yamux/yamux.html @@ -606,7 +606,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/nameresolving/nameresolver.html b/gossipsub-new/libp2p/nameresolving/nameresolver.html index 57381208f..fb0f3cc6c 100644 --- a/gossipsub-new/libp2p/nameresolving/nameresolver.html +++ b/gossipsub-new/libp2p/nameresolving/nameresolver.html @@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/observedaddrmanager.html b/gossipsub-new/libp2p/observedaddrmanager.html index d1da4cdb4..643bee7e6 100644 --- a/gossipsub-new/libp2p/observedaddrmanager.html +++ b/gossipsub-new/libp2p/observedaddrmanager.html @@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/peerid.html b/gossipsub-new/libp2p/peerid.html index aeebac3c0..2da447b70 100644 --- a/gossipsub-new/libp2p/peerid.html +++ b/gossipsub-new/libp2p/peerid.html @@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/peerinfo.html b/gossipsub-new/libp2p/peerinfo.html index d816b1ac9..c36242507 100644 --- a/gossipsub-new/libp2p/peerinfo.html +++ b/gossipsub-new/libp2p/peerinfo.html @@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protobuf/minprotobuf.html b/gossipsub-new/libp2p/protobuf/minprotobuf.html index 83968c60e..62921ffa7 100644 --- a/gossipsub-new/libp2p/protobuf/minprotobuf.html +++ b/gossipsub-new/libp2p/protobuf/minprotobuf.html @@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/autonat/core.html b/gossipsub-new/libp2p/protocols/connectivity/autonat/core.html index 551ca9480..0d0453972 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/autonat/core.html +++ b/gossipsub-new/libp2p/protocols/connectivity/autonat/core.html @@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/autonat/server.html b/gossipsub-new/libp2p/protocols/connectivity/autonat/server.html index e7b0dff7e..5c3c50a8c 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/autonat/server.html +++ b/gossipsub-new/libp2p/protocols/connectivity/autonat/server.html @@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/relay/client.html b/gossipsub-new/libp2p/protocols/connectivity/relay/client.html index 5cbba57f2..8946c1b22 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/relay/client.html +++ b/gossipsub-new/libp2p/protocols/connectivity/relay/client.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/relay/messages.html b/gossipsub-new/libp2p/protocols/connectivity/relay/messages.html index 3eb277b92..4ce9e8f07 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/relay/messages.html +++ b/gossipsub-new/libp2p/protocols/connectivity/relay/messages.html @@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/relay/rconn.html b/gossipsub-new/libp2p/protocols/connectivity/relay/rconn.html index a76039ec4..ce9ea43d1 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/relay/rconn.html +++ b/gossipsub-new/libp2p/protocols/connectivity/relay/rconn.html @@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/relay/relay.html b/gossipsub-new/libp2p/protocols/connectivity/relay/relay.html index bd60d7bfa..5aea338f1 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/relay/relay.html +++ b/gossipsub-new/libp2p/protocols/connectivity/relay/relay.html @@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/relay/rtransport.html b/gossipsub-new/libp2p/protocols/connectivity/relay/rtransport.html index f96316934..892161548 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/relay/rtransport.html +++ b/gossipsub-new/libp2p/protocols/connectivity/relay/rtransport.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/connectivity/relay/utils.html b/gossipsub-new/libp2p/protocols/connectivity/relay/utils.html index e894c1329..9006e0464 100644 --- a/gossipsub-new/libp2p/protocols/connectivity/relay/utils.html +++ b/gossipsub-new/libp2p/protocols/connectivity/relay/utils.html @@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/identify.html b/gossipsub-new/libp2p/protocols/identify.html index 635b10ff2..90ba97d13 100644 --- a/gossipsub-new/libp2p/protocols/identify.html +++ b/gossipsub-new/libp2p/protocols/identify.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/ping.html b/gossipsub-new/libp2p/protocols/ping.html index d9c7e433d..976d83a94 100644 --- a/gossipsub-new/libp2p/protocols/ping.html +++ b/gossipsub-new/libp2p/protocols/ping.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/protocol.html b/gossipsub-new/libp2p/protocols/protocol.html index f0e85a979..aec4e45a5 100644 --- a/gossipsub-new/libp2p/protocols/protocol.html +++ b/gossipsub-new/libp2p/protocols/protocol.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub.html b/gossipsub-new/libp2p/protocols/pubsub.html index b189b5602..be09a8fd8 100644 --- a/gossipsub-new/libp2p/protocols/pubsub.html +++ b/gossipsub-new/libp2p/protocols/pubsub.html @@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/errors.html b/gossipsub-new/libp2p/protocols/pubsub/errors.html index 885257e9b..33bb42295 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/errors.html +++ b/gossipsub-new/libp2p/protocols/pubsub/errors.html @@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/floodsub.html b/gossipsub-new/libp2p/protocols/pubsub/floodsub.html index 2c79fc50e..e685a7f65 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/floodsub.html +++ b/gossipsub-new/libp2p/protocols/pubsub/floodsub.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/gossipsub.html b/gossipsub-new/libp2p/protocols/pubsub/gossipsub.html index e32b0dd0f..f191a83db 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/gossipsub.html +++ b/gossipsub-new/libp2p/protocols/pubsub/gossipsub.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/gossipsub/behavior.html b/gossipsub-new/libp2p/protocols/pubsub/gossipsub/behavior.html index 70aeafaeb..047fa610e 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/gossipsub/behavior.html +++ b/gossipsub-new/libp2p/protocols/pubsub/gossipsub/behavior.html @@ -496,7 +496,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/gossipsub/scoring.html b/gossipsub-new/libp2p/protocols/pubsub/gossipsub/scoring.html index b41e94426..39fd4a2a5 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/gossipsub/scoring.html +++ b/gossipsub-new/libp2p/protocols/pubsub/gossipsub/scoring.html @@ -446,7 +446,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/gossipsub/types.html b/gossipsub-new/libp2p/protocols/pubsub/gossipsub/types.html index 4f5a5792f..63e440b0b 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/gossipsub/types.html +++ b/gossipsub-new/libp2p/protocols/pubsub/gossipsub/types.html @@ -384,9 +384,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -417,9 +417,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -486,9 +486,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -518,9 +518,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -530,9 +530,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -593,9 +593,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -782,7 +782,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/mcache.html b/gossipsub-new/libp2p/protocols/pubsub/mcache.html index ec415eb8a..74e865e3a 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/mcache.html +++ b/gossipsub-new/libp2p/protocols/pubsub/mcache.html @@ -403,7 +403,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/peertable.html b/gossipsub-new/libp2p/protocols/pubsub/peertable.html index 4416791eb..6d898bef0 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/peertable.html +++ b/gossipsub-new/libp2p/protocols/pubsub/peertable.html @@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/pubsub.html b/gossipsub-new/libp2p/protocols/pubsub/pubsub.html index e9c49497d..bb05b1724 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/pubsub.html +++ b/gossipsub-new/libp2p/protocols/pubsub/pubsub.html @@ -1176,7 +1176,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/pubsubpeer.html b/gossipsub-new/libp2p/protocols/pubsub/pubsubpeer.html index 32b8b7af5..093875a62 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/pubsubpeer.html +++ b/gossipsub-new/libp2p/protocols/pubsub/pubsubpeer.html @@ -586,9 +586,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -687,9 +687,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -733,9 +733,9 @@ class="link-seesrc" target="_blank">Source

High priority messages are sent immediately, while low priority messages are queued and sent only after all high priority messages have been sent.

  Source -  Edit +  Edit @@ -778,9 +778,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -816,7 +816,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/rpc/message.html b/gossipsub-new/libp2p/protocols/pubsub/rpc/message.html index 95937ad32..fbd283ccf 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/rpc/message.html +++ b/gossipsub-new/libp2p/protocols/pubsub/rpc/message.html @@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/rpc/messages.html b/gossipsub-new/libp2p/protocols/pubsub/rpc/messages.html index 8ea53b34f..270b584ad 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/rpc/messages.html +++ b/gossipsub-new/libp2p/protocols/pubsub/rpc/messages.html @@ -645,7 +645,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/rpc/protobuf.html b/gossipsub-new/libp2p/protocols/pubsub/rpc/protobuf.html index c22483649..1bdc450ac 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/rpc/protobuf.html +++ b/gossipsub-new/libp2p/protocols/pubsub/rpc/protobuf.html @@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/pubsub/timedcache.html b/gossipsub-new/libp2p/protocols/pubsub/timedcache.html index 71f9a4e6f..615cf7b1b 100644 --- a/gossipsub-new/libp2p/protocols/pubsub/timedcache.html +++ b/gossipsub-new/libp2p/protocols/pubsub/timedcache.html @@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/rendezvous.html b/gossipsub-new/libp2p/protocols/rendezvous.html index 8b6c009b6..f670a3843 100644 --- a/gossipsub-new/libp2p/protocols/rendezvous.html +++ b/gossipsub-new/libp2p/protocols/rendezvous.html @@ -532,7 +532,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/secure/noise.html b/gossipsub-new/libp2p/protocols/secure/noise.html index 71838c9bf..b8bff3f92 100644 --- a/gossipsub-new/libp2p/protocols/secure/noise.html +++ b/gossipsub-new/libp2p/protocols/secure/noise.html @@ -570,7 +570,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/protocols/secure/secure.html b/gossipsub-new/libp2p/protocols/secure/secure.html index 5cead4dab..20640e0f6 100644 --- a/gossipsub-new/libp2p/protocols/secure/secure.html +++ b/gossipsub-new/libp2p/protocols/secure/secure.html @@ -558,7 +558,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/routing_record.html b/gossipsub-new/libp2p/routing_record.html index 09a5b6a9c..df4b7aa0d 100644 --- a/gossipsub-new/libp2p/routing_record.html +++ b/gossipsub-new/libp2p/routing_record.html @@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/signed_envelope.html b/gossipsub-new/libp2p/signed_envelope.html index 55d7a94bf..20a322c75 100644 --- a/gossipsub-new/libp2p/signed_envelope.html +++ b/gossipsub-new/libp2p/signed_envelope.html @@ -503,7 +503,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/stream/bufferstream.html b/gossipsub-new/libp2p/stream/bufferstream.html index b227c7dd5..b3a2f93de 100644 --- a/gossipsub-new/libp2p/stream/bufferstream.html +++ b/gossipsub-new/libp2p/stream/bufferstream.html @@ -524,7 +524,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/stream/chronosstream.html b/gossipsub-new/libp2p/stream/chronosstream.html index 421e0bbec..cb1f38a35 100644 --- a/gossipsub-new/libp2p/stream/chronosstream.html +++ b/gossipsub-new/libp2p/stream/chronosstream.html @@ -504,7 +504,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/stream/connection.html b/gossipsub-new/libp2p/stream/connection.html index 1e37095cd..e388affc4 100644 --- a/gossipsub-new/libp2p/stream/connection.html +++ b/gossipsub-new/libp2p/stream/connection.html @@ -502,7 +502,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/stream/lpstream.html b/gossipsub-new/libp2p/stream/lpstream.html index b8b2bde19..0a1f43790 100644 --- a/gossipsub-new/libp2p/stream/lpstream.html +++ b/gossipsub-new/libp2p/stream/lpstream.html @@ -1009,7 +1009,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/stream/streamseq.html b/gossipsub-new/libp2p/stream/streamseq.html index 9dc38855e..c07ec1af8 100644 --- a/gossipsub-new/libp2p/stream/streamseq.html +++ b/gossipsub-new/libp2p/stream/streamseq.html @@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/switch.html b/gossipsub-new/libp2p/switch.html index 2cd6d9ed8..d45829dbd 100644 --- a/gossipsub-new/libp2p/switch.html +++ b/gossipsub-new/libp2p/switch.html @@ -750,7 +750,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/transcoder.html b/gossipsub-new/libp2p/transcoder.html index 3941bfd16..1642e18b0 100644 --- a/gossipsub-new/libp2p/transcoder.html +++ b/gossipsub-new/libp2p/transcoder.html @@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/transports/tcptransport.html b/gossipsub-new/libp2p/transports/tcptransport.html index d2c181dac..a4b9ca833 100644 --- a/gossipsub-new/libp2p/transports/tcptransport.html +++ b/gossipsub-new/libp2p/transports/tcptransport.html @@ -476,7 +476,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/transports/transport.html b/gossipsub-new/libp2p/transports/transport.html index 42868336b..36fb99974 100644 --- a/gossipsub-new/libp2p/transports/transport.html +++ b/gossipsub-new/libp2p/transports/transport.html @@ -491,7 +491,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/transports/wstransport.html b/gossipsub-new/libp2p/transports/wstransport.html index 099154333..ca1f6eabc 100644 --- a/gossipsub-new/libp2p/transports/wstransport.html +++ b/gossipsub-new/libp2p/transports/wstransport.html @@ -583,7 +583,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/upgrademngrs/muxedupgrade.html b/gossipsub-new/libp2p/upgrademngrs/muxedupgrade.html index cc79066a1..f6f7eff2f 100644 --- a/gossipsub-new/libp2p/upgrademngrs/muxedupgrade.html +++ b/gossipsub-new/libp2p/upgrademngrs/muxedupgrade.html @@ -334,7 +334,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/upgrademngrs/upgrade.html b/gossipsub-new/libp2p/upgrademngrs/upgrade.html index 7257b314a..a019a8814 100644 --- a/gossipsub-new/libp2p/upgrademngrs/upgrade.html +++ b/gossipsub-new/libp2p/upgrademngrs/upgrade.html @@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/utility.html b/gossipsub-new/libp2p/utility.html index bc61b80e4..cee4a3c76 100644 --- a/gossipsub-new/libp2p/utility.html +++ b/gossipsub-new/libp2p/utility.html @@ -444,7 +444,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/utils/future.html b/gossipsub-new/libp2p/utils/future.html index 71ef671f8..87b9c13b5 100644 --- a/gossipsub-new/libp2p/utils/future.html +++ b/gossipsub-new/libp2p/utils/future.html @@ -271,7 +271,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/utils/heartbeat.html b/gossipsub-new/libp2p/utils/heartbeat.html index 925c8b3df..a7fdfaf64 100644 --- a/gossipsub-new/libp2p/utils/heartbeat.html +++ b/gossipsub-new/libp2p/utils/heartbeat.html @@ -245,7 +245,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/utils/offsettedseq.html b/gossipsub-new/libp2p/utils/offsettedseq.html index af8a54771..b0e070d4f 100644 --- a/gossipsub-new/libp2p/utils/offsettedseq.html +++ b/gossipsub-new/libp2p/utils/offsettedseq.html @@ -512,7 +512,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/utils/semaphore.html b/gossipsub-new/libp2p/utils/semaphore.html index 843a49c0c..87ac57322 100644 --- a/gossipsub-new/libp2p/utils/semaphore.html +++ b/gossipsub-new/libp2p/utils/semaphore.html @@ -362,7 +362,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/varint.html b/gossipsub-new/libp2p/varint.html index 52a484d2a..15dfe8a5f 100644 --- a/gossipsub-new/libp2p/varint.html +++ b/gossipsub-new/libp2p/varint.html @@ -725,7 +725,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/vbuffer.html b/gossipsub-new/libp2p/vbuffer.html index 3ab47b14a..a3c5175d7 100644 --- a/gossipsub-new/libp2p/vbuffer.html +++ b/gossipsub-new/libp2p/vbuffer.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/libp2p/wire.html b/gossipsub-new/libp2p/wire.html index 691d45431..6ddb8873a 100644 --- a/gossipsub-new/libp2p/wire.html +++ b/gossipsub-new/libp2p/wire.html @@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source diff --git a/gossipsub-new/theindex.html b/gossipsub-new/theindex.html index c301fa80f..960bf723c 100644 --- a/gossipsub-new/theindex.html +++ b/gossipsub-new/theindex.html @@ -5390,7 +5390,7 @@ window.addEventListener('DOMContentLoaded', main);