From 5098c17917410ca384c981813ecf8bb6b0758afc Mon Sep 17 00:00:00 2001 From: = Date: Mon, 19 Feb 2024 08:51:58 +0000 Subject: [PATCH] update docs for p2p-research --- p2p-research/libp2p.html | 2 +- p2p-research/libp2p/builders.html | 2 +- p2p-research/libp2p/connmanager.html | 2 +- .../libp2p/crypto/chacha20poly1305.html | 2 +- p2p-research/libp2p/crypto/crypto.html | 2 +- p2p-research/libp2p/crypto/curve25519.html | 2 +- p2p-research/libp2p/crypto/ecnist.html | 2 +- .../libp2p/crypto/ed25519/constants.html | 2 +- .../libp2p/crypto/ed25519/ed25519.html | 2 +- p2p-research/libp2p/crypto/hkdf.html | 2 +- p2p-research/libp2p/crypto/minasn1.html | 2 +- p2p-research/libp2p/crypto/rsa.html | 2 +- p2p-research/libp2p/crypto/secp.html | 2 +- p2p-research/libp2p/dial.html | 2 +- p2p-research/libp2p/dialer.html | 2 +- p2p-research/libp2p/errors.html | 2 +- p2p-research/libp2p/multiaddress.html | 2 +- p2p-research/libp2p/multibase.html | 2 +- p2p-research/libp2p/multicodec.html | 2 +- p2p-research/libp2p/multihash.html | 2 +- p2p-research/libp2p/multistream.html | 2 +- p2p-research/libp2p/muxers/mplex/coder.html | 2 +- p2p-research/libp2p/muxers/mplex/mplex.html | 2 +- p2p-research/libp2p/muxers/muxer.html | 2 +- p2p-research/libp2p/muxers/yamux/yamux.html | 2 +- .../libp2p/nameresolving/nameresolver.html | 2 +- p2p-research/libp2p/observedaddrmanager.html | 2 +- p2p-research/libp2p/peerid.html | 2 +- p2p-research/libp2p/peerinfo.html | 2 +- p2p-research/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 +- p2p-research/libp2p/protocols/identify.html | 2 +- p2p-research/libp2p/protocols/ping.html | 2 +- p2p-research/libp2p/protocols/protocol.html | 2 +- p2p-research/libp2p/protocols/pubsub.html | 4 +- .../libp2p/protocols/pubsub/errors.html | 2 +- .../libp2p/protocols/pubsub/floodsub.html | 2 +- .../libp2p/protocols/pubsub/gossipsub.html | 46 ++--- .../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 | 129 ++++++------ .../libp2p/protocols/pubsub/pubsubpeer.html | 185 ++++++++++++------ .../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 +- p2p-research/libp2p/protocols/rendezvous.html | 2 +- .../libp2p/protocols/secure/noise.html | 2 +- .../libp2p/protocols/secure/secure.html | 2 +- p2p-research/libp2p/routing_record.html | 2 +- p2p-research/libp2p/signed_envelope.html | 2 +- p2p-research/libp2p/stream/bufferstream.html | 2 +- p2p-research/libp2p/stream/chronosstream.html | 2 +- p2p-research/libp2p/stream/connection.html | 2 +- p2p-research/libp2p/stream/lpstream.html | 2 +- p2p-research/libp2p/stream/streamseq.html | 2 +- p2p-research/libp2p/switch.html | 2 +- p2p-research/libp2p/transcoder.html | 2 +- .../libp2p/transports/tcptransport.html | 2 +- p2p-research/libp2p/transports/transport.html | 2 +- .../libp2p/transports/wstransport.html | 2 +- .../libp2p/upgrademngrs/muxedupgrade.html | 2 +- p2p-research/libp2p/upgrademngrs/upgrade.html | 2 +- p2p-research/libp2p/utility.html | 2 +- p2p-research/libp2p/utils/future.html | 2 +- p2p-research/libp2p/utils/heartbeat.html | 2 +- p2p-research/libp2p/utils/offsettedseq.html | 2 +- p2p-research/libp2p/utils/semaphore.html | 2 +- p2p-research/libp2p/varint.html | 2 +- p2p-research/libp2p/vbuffer.html | 2 +- p2p-research/libp2p/wire.html | 2 +- p2p-research/theindex.html | 20 +- 82 files changed, 312 insertions(+), 226 deletions(-) diff --git a/p2p-research/libp2p.html b/p2p-research/libp2p.html index db0aa6c5c..3fbb0906d 100644 --- a/p2p-research/libp2p.html +++ b/p2p-research/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/builders.html b/p2p-research/libp2p/builders.html index 7f9256ccc..2600232d5 100644 --- a/p2p-research/libp2p/builders.html +++ b/p2p-research/libp2p/builders.html @@ -801,7 +801,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/connmanager.html b/p2p-research/libp2p/connmanager.html index 816f1f3b1..1e2e54bd5 100644 --- a/p2p-research/libp2p/connmanager.html +++ b/p2p-research/libp2p/connmanager.html @@ -857,7 +857,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/chacha20poly1305.html b/p2p-research/libp2p/crypto/chacha20poly1305.html index 8679ae67a..de51efa58 100644 --- a/p2p-research/libp2p/crypto/chacha20poly1305.html +++ b/p2p-research/libp2p/crypto/chacha20poly1305.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/crypto.html b/p2p-research/libp2p/crypto/crypto.html index 8500c1234..e9b117fa2 100644 --- a/p2p-research/libp2p/crypto/crypto.html +++ b/p2p-research/libp2p/crypto/crypto.html @@ -1703,7 +1703,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/curve25519.html b/p2p-research/libp2p/crypto/curve25519.html index dc758e652..d97b76a31 100644 --- a/p2p-research/libp2p/crypto/curve25519.html +++ b/p2p-research/libp2p/crypto/curve25519.html @@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/ecnist.html b/p2p-research/libp2p/crypto/ecnist.html index 8c411b34d..5a051ce55 100644 --- a/p2p-research/libp2p/crypto/ecnist.html +++ b/p2p-research/libp2p/crypto/ecnist.html @@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/ed25519/constants.html b/p2p-research/libp2p/crypto/ed25519/constants.html index 001cd5c9b..4c604e3ff 100644 --- a/p2p-research/libp2p/crypto/ed25519/constants.html +++ b/p2p-research/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/ed25519/ed25519.html b/p2p-research/libp2p/crypto/ed25519/ed25519.html index bf748779d..45af4ea4a 100644 --- a/p2p-research/libp2p/crypto/ed25519/ed25519.html +++ b/p2p-research/libp2p/crypto/ed25519/ed25519.html @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/hkdf.html b/p2p-research/libp2p/crypto/hkdf.html index 659ab0356..9392279dd 100644 --- a/p2p-research/libp2p/crypto/hkdf.html +++ b/p2p-research/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/minasn1.html b/p2p-research/libp2p/crypto/minasn1.html index 6b9e1965b..160af5134 100644 --- a/p2p-research/libp2p/crypto/minasn1.html +++ b/p2p-research/libp2p/crypto/minasn1.html @@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/rsa.html b/p2p-research/libp2p/crypto/rsa.html index 0951d7357..f7bb6bbdc 100644 --- a/p2p-research/libp2p/crypto/rsa.html +++ b/p2p-research/libp2p/crypto/rsa.html @@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/crypto/secp.html b/p2p-research/libp2p/crypto/secp.html index 1ad055ea2..94200fba6 100644 --- a/p2p-research/libp2p/crypto/secp.html +++ b/p2p-research/libp2p/crypto/secp.html @@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/dial.html b/p2p-research/libp2p/dial.html index 4efdf874e..cd03e14d2 100644 --- a/p2p-research/libp2p/dial.html +++ b/p2p-research/libp2p/dial.html @@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/dialer.html b/p2p-research/libp2p/dialer.html index cf0e573d7..e4d8cbacc 100644 --- a/p2p-research/libp2p/dialer.html +++ b/p2p-research/libp2p/dialer.html @@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/errors.html b/p2p-research/libp2p/errors.html index 73b145264..ab5f2573d 100644 --- a/p2p-research/libp2p/errors.html +++ b/p2p-research/libp2p/errors.html @@ -357,7 +357,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/multiaddress.html b/p2p-research/libp2p/multiaddress.html index 89c1d534d..7b12873bd 100644 --- a/p2p-research/libp2p/multiaddress.html +++ b/p2p-research/libp2p/multiaddress.html @@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/multibase.html b/p2p-research/libp2p/multibase.html index 0018dd415..eb471eaf5 100644 --- a/p2p-research/libp2p/multibase.html +++ b/p2p-research/libp2p/multibase.html @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/multicodec.html b/p2p-research/libp2p/multicodec.html index 1b4b7ec51..cb9e84f40 100644 --- a/p2p-research/libp2p/multicodec.html +++ b/p2p-research/libp2p/multicodec.html @@ -481,7 +481,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/multihash.html b/p2p-research/libp2p/multihash.html index 057853ecd..9d474398f 100644 --- a/p2p-research/libp2p/multihash.html +++ b/p2p-research/libp2p/multihash.html @@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/multistream.html b/p2p-research/libp2p/multistream.html index 354cd8adc..4b7be5553 100644 --- a/p2p-research/libp2p/multistream.html +++ b/p2p-research/libp2p/multistream.html @@ -539,7 +539,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/muxers/mplex/coder.html b/p2p-research/libp2p/muxers/mplex/coder.html index fd9f835db..8e0d1d97c 100644 --- a/p2p-research/libp2p/muxers/mplex/coder.html +++ b/p2p-research/libp2p/muxers/mplex/coder.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/muxers/mplex/mplex.html b/p2p-research/libp2p/muxers/mplex/mplex.html index fb1d561dc..057d61f47 100644 --- a/p2p-research/libp2p/muxers/mplex/mplex.html +++ b/p2p-research/libp2p/muxers/mplex/mplex.html @@ -415,7 +415,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/muxers/muxer.html b/p2p-research/libp2p/muxers/muxer.html index 820e1e4b8..70dec385d 100644 --- a/p2p-research/libp2p/muxers/muxer.html +++ b/p2p-research/libp2p/muxers/muxer.html @@ -533,7 +533,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/muxers/yamux/yamux.html b/p2p-research/libp2p/muxers/yamux/yamux.html index 379d1216a..06233186c 100644 --- a/p2p-research/libp2p/muxers/yamux/yamux.html +++ b/p2p-research/libp2p/muxers/yamux/yamux.html @@ -590,7 +590,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/nameresolving/nameresolver.html b/p2p-research/libp2p/nameresolving/nameresolver.html index 624191fa9..ef4b1b62b 100644 --- a/p2p-research/libp2p/nameresolving/nameresolver.html +++ b/p2p-research/libp2p/nameresolving/nameresolver.html @@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/observedaddrmanager.html b/p2p-research/libp2p/observedaddrmanager.html index dd7a0c41e..6f8663d7a 100644 --- a/p2p-research/libp2p/observedaddrmanager.html +++ b/p2p-research/libp2p/observedaddrmanager.html @@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/peerid.html b/p2p-research/libp2p/peerid.html index 01ae4791f..69e3120af 100644 --- a/p2p-research/libp2p/peerid.html +++ b/p2p-research/libp2p/peerid.html @@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/peerinfo.html b/p2p-research/libp2p/peerinfo.html index 93418550e..9f6e5b4a2 100644 --- a/p2p-research/libp2p/peerinfo.html +++ b/p2p-research/libp2p/peerinfo.html @@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protobuf/minprotobuf.html b/p2p-research/libp2p/protobuf/minprotobuf.html index f7b404707..bf7a2a09e 100644 --- a/p2p-research/libp2p/protobuf/minprotobuf.html +++ b/p2p-research/libp2p/protobuf/minprotobuf.html @@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/autonat/core.html b/p2p-research/libp2p/protocols/connectivity/autonat/core.html index 95feb4a78..0d47ba67e 100644 --- a/p2p-research/libp2p/protocols/connectivity/autonat/core.html +++ b/p2p-research/libp2p/protocols/connectivity/autonat/core.html @@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/autonat/server.html b/p2p-research/libp2p/protocols/connectivity/autonat/server.html index 9b1b9d64f..52d8e7a0e 100644 --- a/p2p-research/libp2p/protocols/connectivity/autonat/server.html +++ b/p2p-research/libp2p/protocols/connectivity/autonat/server.html @@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/relay/client.html b/p2p-research/libp2p/protocols/connectivity/relay/client.html index ebf33a316..2204f93a7 100644 --- a/p2p-research/libp2p/protocols/connectivity/relay/client.html +++ b/p2p-research/libp2p/protocols/connectivity/relay/client.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/relay/messages.html b/p2p-research/libp2p/protocols/connectivity/relay/messages.html index 38b6a5863..67fe04f83 100644 --- a/p2p-research/libp2p/protocols/connectivity/relay/messages.html +++ b/p2p-research/libp2p/protocols/connectivity/relay/messages.html @@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/relay/rconn.html b/p2p-research/libp2p/protocols/connectivity/relay/rconn.html index 6ddb83650..c745b8987 100644 --- a/p2p-research/libp2p/protocols/connectivity/relay/rconn.html +++ b/p2p-research/libp2p/protocols/connectivity/relay/rconn.html @@ -377,7 +377,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/relay/relay.html b/p2p-research/libp2p/protocols/connectivity/relay/relay.html index 936bd011d..03a139dd7 100644 --- a/p2p-research/libp2p/protocols/connectivity/relay/relay.html +++ b/p2p-research/libp2p/protocols/connectivity/relay/relay.html @@ -567,7 +567,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/relay/rtransport.html b/p2p-research/libp2p/protocols/connectivity/relay/rtransport.html index 8677fe876..9440bdbad 100644 --- a/p2p-research/libp2p/protocols/connectivity/relay/rtransport.html +++ b/p2p-research/libp2p/protocols/connectivity/relay/rtransport.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/connectivity/relay/utils.html b/p2p-research/libp2p/protocols/connectivity/relay/utils.html index 57e2ba62c..83a55603d 100644 --- a/p2p-research/libp2p/protocols/connectivity/relay/utils.html +++ b/p2p-research/libp2p/protocols/connectivity/relay/utils.html @@ -368,7 +368,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/identify.html b/p2p-research/libp2p/protocols/identify.html index 998dcb4c5..38f74dde1 100644 --- a/p2p-research/libp2p/protocols/identify.html +++ b/p2p-research/libp2p/protocols/identify.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/ping.html b/p2p-research/libp2p/protocols/ping.html index 73e3c8252..30aaa290c 100644 --- a/p2p-research/libp2p/protocols/ping.html +++ b/p2p-research/libp2p/protocols/ping.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/protocol.html b/p2p-research/libp2p/protocols/protocol.html index 73862213a..695b938fb 100644 --- a/p2p-research/libp2p/protocols/protocol.html +++ b/p2p-research/libp2p/protocols/protocol.html @@ -467,7 +467,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub.html b/p2p-research/libp2p/protocols/pubsub.html index a5218b646..f2f4a7a2e 100644 --- a/p2p-research/libp2p/protocols/pubsub.html +++ b/p2p-research/libp2p/protocols/pubsub.html @@ -229,7 +229,7 @@ class="link-seesrc" target="_blank">Source

Exports

-maxIncomingStreams=, codec=, libp2p_pubsub_received_subscriptions, libp2p_pubsub_broadcast_unsubscriptions, libp2p_pubsub_messages_rebroadcasted, libp2p_pubsub_received_graft, removeValidator, DefaultMaxIncomingStreams, send, libp2p_pubsub_received_prune, ValidatorHandler, libp2p_pubsub_broadcast_iwant, init, unsubscribe, validate, removeObserver, libp2p_pubsub_broadcast_graft, libp2p_pubsub_received_unsubscriptions, sendSubs, codec, MsgIdProvider, PubSub, SubscriptionValidator, start, onTopicSubscription, updateMetrics, libp2p_pubsub_broadcast_subscriptions, addValidator, KnownLibP2PTopics, handleConn, onPubSubPeerEvent, publish, LPProtocol, ValidationResult, broadcast, subscribe, addObserver, PubSubObserver, libp2p_pubsub_broadcast_prune, PubSubPeer, unsubscribePeer, rpcHandler, init, KnownLibP2PTopicsSeq, handleData, LPProtoHandler, libp2p_pubsub_received_ihave, new, TopicPair, libp2p_pubsub_broadcast_ihave, subscribePeer, libp2p_pubsub_received_iwant, maxIncomingStreams, libp2p_pubsub_broadcast_messages, initPubSub, libp2p_pubsub_messages_published, TopicHandler, unsubscribeAll, InitializationError, libp2p_pubsub_received_messages, unsubscribe, getOrCreatePeer, stop, publish, initPubSub, addSeen, init, unsubscribePeer, rpcHandler, FloodSubCodec, hasSeen, firstSeen, handleSubscribe, FloodSub, sendSubs, onNewPeer, libp2p_pubsub_received_subscriptions, onTopicSubscription, validateParameters, init, MsgIdProvider, validateParameters, updateScores, libp2p_pubsub_broadcast_iwant, removeValidator, GossipSub, handleIDontWant, GossipSubParams, addObserver, libp2p_pubsub_broadcast_ihave, RoutingRecordsPair, codec, scoringHeartbeat, replenishFanout, GossipSubHeartbeatInterval, onPubSubPeerEvent, start, publish, libp2p_pubsub_broadcast_unsubscriptions, onTopicSubscription, addValidator, TopicInfo, disconnectPeer, onPubSubPeerEvent, publish, updateMetrics, PingsPeerBudget, broadcast, rateLimit, PubSubObserver, libp2p_pubsub_broadcast_prune, PubSubPeer, byScore, MeshMetrics, GossipSubHistoryLength, handleGraft, GossipBackoffPeriod, rpcHandler, KnownLibP2PTopicsSeq, LPProtoHandler, libp2p_pubsub_received_unsubscriptions, getGossipPeers, GossipSubDhi, TopicPair, init, GossipSubDlo, rewardDelivered, maxIncomingStreams=, libp2p_pubsub_received_iwant, maxIncomingStreams, handleIHave, BackoffTable, start, libp2p_pubsub_messages_published, ValidationSeenTable, TopicHandler, InitializationError, dropFanoutPeers, addDirectPeer, ValidationResult, codec=, removeObserver, IHaveMaxLength, libp2p_pubsub_messages_rebroadcasted, unsubscribe, DefaultMaxIncomingStreams, libp2p_pubsub_received_prune, IHavePeerBudget, ValidatorHandler, GossipSubCodec, heartbeat, rpcHandler, init, BackoffSlackTime, libp2p_gossipsub_peers_rate_limit_hits, libp2p_pubsub_broadcast_graft, peerExchangeList, GossipSubCodec_10, GossipSubHistoryGossip, RoutingRecordsHandler, rebalanceMesh, punishInvalidMessage, handleSubscribe, SubscriptionValidator, init, initPubSub, unsubscribe, libp2p_pubsub_broadcast_subscriptions, pruned, KnownLibP2PTopics, LPProtocol, subscribe, GossipSubFanoutTTL, unsubscribePeer, getOrCreatePeer, validate, handleData, PeerStats, libp2p_pubsub_received_graft, libp2p_pubsub_received_ihave, new, addCapped, grafted, send, subscribePeer, PubSub, handleIWant, init, handlePrune, libp2p_pubsub_broadcast_messages, unsubscribePeer, getOrCreatePeer, initPubSub, withPeerStats, handleConn, GossipSubD, unsubscribeAll, stop, libp2p_pubsub_received_messages, disconnectIfBadScorePeer, handleBackingOff, stop, TopicParams +maxIncomingStreams=, codec=, libp2p_pubsub_received_subscriptions, libp2p_pubsub_broadcast_unsubscriptions, libp2p_pubsub_messages_rebroadcasted, libp2p_pubsub_received_graft, removeValidator, DefaultMaxIncomingStreams, send, libp2p_pubsub_received_prune, ValidatorHandler, libp2p_pubsub_broadcast_iwant, init, unsubscribe, validate, removeObserver, libp2p_pubsub_broadcast_graft, libp2p_pubsub_received_unsubscriptions, sendSubs, codec, MsgIdProvider, PubSub, SubscriptionValidator, start, onTopicSubscription, updateMetrics, libp2p_pubsub_broadcast_subscriptions, addValidator, KnownLibP2PTopics, handleConn, onPubSubPeerEvent, publish, LPProtocol, ValidationResult, broadcast, subscribe, addObserver, PubSubObserver, libp2p_pubsub_broadcast_prune, PubSubPeer, unsubscribePeer, rpcHandler, init, KnownLibP2PTopicsSeq, handleData, LPProtoHandler, libp2p_pubsub_received_ihave, new, TopicPair, libp2p_pubsub_broadcast_ihave, subscribePeer, libp2p_pubsub_received_iwant, maxIncomingStreams, libp2p_pubsub_broadcast_messages, initPubSub, libp2p_pubsub_messages_published, TopicHandler, unsubscribeAll, InitializationError, libp2p_pubsub_received_messages, unsubscribe, getOrCreatePeer, stop, publish, initPubSub, addSeen, init, unsubscribePeer, rpcHandler, FloodSubCodec, hasSeen, firstSeen, handleSubscribe, FloodSub, sendSubs, onNewPeer, libp2p_pubsub_received_subscriptions, onTopicSubscription, validateParameters, init, MsgIdProvider, validateParameters, updateScores, libp2p_pubsub_broadcast_iwant, removeValidator, GossipSub, handleIDontWant, GossipSubParams, addObserver, libp2p_pubsub_broadcast_ihave, RoutingRecordsPair, codec, scoringHeartbeat, replenishFanout, GossipSubHeartbeatInterval, onPubSubPeerEvent, start, publish, libp2p_pubsub_broadcast_unsubscriptions, onTopicSubscription, addValidator, TopicInfo, disconnectPeer, onPubSubPeerEvent, publish, updateMetrics, PingsPeerBudget, broadcast, rateLimit, PubSubObserver, libp2p_pubsub_broadcast_prune, PubSubPeer, byScore, MeshMetrics, GossipSubHistoryLength, handleGraft, GossipBackoffPeriod, rpcHandler, KnownLibP2PTopicsSeq, LPProtoHandler, libp2p_pubsub_received_unsubscriptions, getGossipPeers, GossipSubDhi, TopicPair, init, GossipSubDlo, rewardDelivered, maxIncomingStreams=, libp2p_pubsub_received_iwant, maxIncomingStreams, handleIHave, BackoffTable, start, libp2p_pubsub_messages_published, ValidationSeenTable, TopicHandler, InitializationError, dropFanoutPeers, addDirectPeer, ValidationResult, codec=, removeObserver, IHaveMaxLength, libp2p_pubsub_messages_rebroadcasted, unsubscribe, DefaultMaxIncomingStreams, libp2p_pubsub_received_prune, IHavePeerBudget, ValidatorHandler, GossipSubCodec, heartbeat, rpcHandler, init, BackoffSlackTime, libp2p_gossipsub_peers_rate_limit_hits, libp2p_pubsub_broadcast_graft, peerExchangeList, GossipSubCodec_10, GossipSubHistoryGossip, RoutingRecordsHandler, rebalanceMesh, punishInvalidMessage, handleSubscribe, SubscriptionValidator, init, initPubSub, unsubscribe, libp2p_pubsub_broadcast_subscriptions, pruned, KnownLibP2PTopics, LPProtocol, subscribe, GossipSubFanoutTTL, unsubscribePeer, getOrCreatePeer, validate, handleData, PeerStats, libp2p_pubsub_received_graft, libp2p_pubsub_received_ihave, new, addCapped, grafted, send, subscribePeer, PubSub, handleIWant, init, handlePrune, libp2p_pubsub_broadcast_messages, unsubscribePeer, getOrCreatePeer, initPubSub, withPeerStats, handleConn, GossipSubD, unsubscribeAll, stop, libp2p_pubsub_received_messages, disconnectIfBadScorePeer, handleBackingOff, stop, TopicParams
@@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/errors.html b/p2p-research/libp2p/protocols/pubsub/errors.html index 2f8263deb..95d180cd6 100644 --- a/p2p-research/libp2p/protocols/pubsub/errors.html +++ b/p2p-research/libp2p/protocols/pubsub/errors.html @@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/floodsub.html b/p2p-research/libp2p/protocols/pubsub/floodsub.html index bc0cd46b2..8d9ed3366 100644 --- a/p2p-research/libp2p/protocols/pubsub/floodsub.html +++ b/p2p-research/libp2p/protocols/pubsub/floodsub.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/gossipsub.html b/p2p-research/libp2p/protocols/pubsub/gossipsub.html index 1a22a4124..7108eb4e5 100644 --- a/p2p-research/libp2p/protocols/pubsub/gossipsub.html +++ b/p2p-research/libp2p/protocols/pubsub/gossipsub.html @@ -333,9 +333,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -346,9 +346,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -372,9 +372,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -416,9 +416,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -441,9 +441,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -480,9 +480,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -494,9 +494,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -508,9 +508,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -521,9 +521,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -534,15 +534,15 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
method unsubscribePeer(g: GossipSub; peer: PeerId) {....raises: [],
-    tags: [WriteIOEffect, TimeEffect].}
+ tags: [WriteIOEffect, TimeEffect, RootEffect].}
handle peer disconnects @@ -558,7 +558,7 @@ class="link-seesrc" target="_blank">Source

Exports

-GossipSubD, IHaveMaxLength, BackoffSlackTime, GossipSubHistoryLength, GossipBackoffPeriod, PeerStats, IHavePeerBudget, GossipSubCodec, GossipSub, GossipSubParams, GossipSubFanoutTTL, GossipSubCodec_10, GossipSubDlo, RoutingRecordsHandler, GossipSubHistoryGossip, GossipSubHeartbeatInterval, MeshMetrics, BackoffTable, RoutingRecordsPair, TopicInfo, ValidationSeenTable, GossipSubDhi, PingsPeerBudget, TopicParams, updateScores, libp2p_gossipsub_peers_rate_limit_hits, disconnectPeer, init, disconnectIfBadScorePeer, withPeerStats, byScore, punishInvalidMessage, rewardDelivered, scoringHeartbeat, addCapped, getGossipPeers, handleIDontWant, replenishFanout, rebalanceMesh, dropFanoutPeers, handleIWant, pruned, handleBackingOff, peerExchangeList, handleGraft, grafted, handleIHave, handlePrune, heartbeat, maxIncomingStreams=, codec=, libp2p_pubsub_received_subscriptions, libp2p_pubsub_broadcast_unsubscriptions, libp2p_pubsub_messages_rebroadcasted, libp2p_pubsub_received_graft, removeValidator, DefaultMaxIncomingStreams, send, libp2p_pubsub_received_prune, ValidatorHandler, libp2p_pubsub_broadcast_iwant, init, unsubscribe, validate, removeObserver, libp2p_pubsub_broadcast_graft, libp2p_pubsub_received_unsubscriptions, sendSubs, codec, MsgIdProvider, PubSub, SubscriptionValidator, start, onTopicSubscription, updateMetrics, libp2p_pubsub_broadcast_subscriptions, addValidator, KnownLibP2PTopics, handleConn, onPubSubPeerEvent, publish, LPProtocol, ValidationResult, broadcast, subscribe, addObserver, PubSubObserver, libp2p_pubsub_broadcast_prune, PubSubPeer, unsubscribePeer, rpcHandler, init, KnownLibP2PTopicsSeq, handleData, LPProtoHandler, libp2p_pubsub_received_ihave, new, TopicPair, libp2p_pubsub_broadcast_ihave, subscribePeer, libp2p_pubsub_received_iwant, maxIncomingStreams, libp2p_pubsub_broadcast_messages, initPubSub, libp2p_pubsub_messages_published, TopicHandler, unsubscribeAll, InitializationError, libp2p_pubsub_received_messages, unsubscribe, getOrCreatePeer, stop +GossipSubD, IHaveMaxLength, BackoffSlackTime, GossipSubHistoryLength, GossipBackoffPeriod, PeerStats, IHavePeerBudget, GossipSubCodec, GossipSub, GossipSubParams, GossipSubFanoutTTL, GossipSubCodec_10, GossipSubDlo, RoutingRecordsHandler, GossipSubHistoryGossip, GossipSubHeartbeatInterval, MeshMetrics, BackoffTable, RoutingRecordsPair, TopicInfo, ValidationSeenTable, GossipSubDhi, PingsPeerBudget, TopicParams, updateScores, libp2p_gossipsub_peers_rate_limit_hits, disconnectPeer, init, disconnectIfBadScorePeer, withPeerStats, byScore, punishInvalidMessage, rewardDelivered, scoringHeartbeat, addCapped, getGossipPeers, handleIDontWant, replenishFanout, rebalanceMesh, dropFanoutPeers, handleIWant, pruned, handleBackingOff, peerExchangeList, handleGraft, grafted, handleIHave, handlePrune, heartbeat, maxIncomingStreams=, codec=, libp2p_pubsub_received_subscriptions, libp2p_pubsub_broadcast_unsubscriptions, libp2p_pubsub_messages_rebroadcasted, libp2p_pubsub_received_graft, removeValidator, DefaultMaxIncomingStreams, send, libp2p_pubsub_received_prune, ValidatorHandler, libp2p_pubsub_broadcast_iwant, init, unsubscribe, validate, removeObserver, libp2p_pubsub_broadcast_graft, libp2p_pubsub_received_unsubscriptions, sendSubs, codec, MsgIdProvider, PubSub, SubscriptionValidator, start, onTopicSubscription, updateMetrics, libp2p_pubsub_broadcast_subscriptions, addValidator, KnownLibP2PTopics, handleConn, onPubSubPeerEvent, publish, LPProtocol, ValidationResult, broadcast, subscribe, addObserver, PubSubObserver, libp2p_pubsub_broadcast_prune, PubSubPeer, unsubscribePeer, rpcHandler, init, KnownLibP2PTopicsSeq, handleData, LPProtoHandler, libp2p_pubsub_received_ihave, new, TopicPair, libp2p_pubsub_broadcast_ihave, subscribePeer, libp2p_pubsub_received_iwant, maxIncomingStreams, libp2p_pubsub_broadcast_messages, initPubSub, libp2p_pubsub_messages_published, TopicHandler, unsubscribeAll, InitializationError, libp2p_pubsub_received_messages, unsubscribe, getOrCreatePeer, stop
@@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/gossipsub/behavior.html b/p2p-research/libp2p/protocols/pubsub/gossipsub/behavior.html index daec16e18..8503fff93 100644 --- a/p2p-research/libp2p/protocols/pubsub/gossipsub/behavior.html +++ b/p2p-research/libp2p/protocols/pubsub/gossipsub/behavior.html @@ -496,7 +496,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/gossipsub/scoring.html b/p2p-research/libp2p/protocols/pubsub/gossipsub/scoring.html index e7dc6eded..6f8159210 100644 --- a/p2p-research/libp2p/protocols/pubsub/gossipsub/scoring.html +++ b/p2p-research/libp2p/protocols/pubsub/gossipsub/scoring.html @@ -447,7 +447,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/gossipsub/types.html b/p2p-research/libp2p/protocols/pubsub/gossipsub/types.html index 29d4c91e8..ddedf9bf4 100644 --- a/p2p-research/libp2p/protocols/pubsub/gossipsub/types.html +++ b/p2p-research/libp2p/protocols/pubsub/gossipsub/types.html @@ -780,7 +780,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/mcache.html b/p2p-research/libp2p/protocols/pubsub/mcache.html index b3a394b1c..1cfe67afa 100644 --- a/p2p-research/libp2p/protocols/pubsub/mcache.html +++ b/p2p-research/libp2p/protocols/pubsub/mcache.html @@ -403,7 +403,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/peertable.html b/p2p-research/libp2p/protocols/pubsub/peertable.html index 8bd5e83a9..9ece06329 100644 --- a/p2p-research/libp2p/protocols/pubsub/peertable.html +++ b/p2p-research/libp2p/protocols/pubsub/peertable.html @@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/pubsub.html b/p2p-research/libp2p/protocols/pubsub/pubsub.html index 572a452f9..106324307 100644 --- a/p2p-research/libp2p/protocols/pubsub/pubsub.html +++ b/p2p-research/libp2p/protocols/pubsub/pubsub.html @@ -301,8 +301,8 @@ window.addEventListener("DOMContentLoaded", main2); @@ -317,19 +323,26 @@ window.addEventListener("DOMContentLoaded", main2); + @@ -378,9 +391,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -390,9 +403,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -402,9 +415,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -414,9 +427,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -429,9 +442,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -455,14 +468,15 @@ class="link-seesrc" target="_blank">Source appScore*: float64 behaviourPenalty*: float64 overheadRateLimitOpt*: Opt[TokenBucket] + rpcmessagequeue: RpcMessageQueue
  Source -  Edit +  Edit
@@ -474,9 +488,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -487,9 +501,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -500,9 +514,25 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit + + + +
+
RpcMessageQueue = ref object
+  sendPriorityQueue: Deque[Future[void]]
+  nonPriorityQueue: AsyncQueue[seq[byte]]
+  sendNonPriorityTask: Future[void]
+
+
+ + +  Source +  Edit
@@ -517,9 +547,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -529,9 +559,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -541,9 +571,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -553,9 +583,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -565,9 +595,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -578,9 +608,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -590,9 +620,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -602,9 +632,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -614,9 +644,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -629,9 +659,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -641,9 +671,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -654,36 +684,52 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit -
-
proc send(p: PubSubPeer; msg: RPCMsg; anonymize: bool) {....raises: [], raises: [],
-    tags: [RootEffect].}
+
+
proc send(p: PubSubPeer; msg: RPCMsg; anonymize: bool; isHighPriority: bool): Future[
+    void] {.stackTrace: false, ...gcsafe, raises: [], raises: [], raises: [],
+            tags: [RootEffect].}
+

Asynchronously sends an RPCMsg to a specified PubSubPeer with an option for anonymization.

+

Parameters:

+
  • p: The PubSubPeer instance to which the message is to be sent.
  • +
  • msg: The RPCMsg instance representing the message to be sent.
  • +
  • anonymize: A boolean flag indicating whether the message should be sent with anonymization.
  • +
  • isHighPriority: A boolean flag indicating whether the message should be treated as high priority.
  • +
+

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
-
-
proc sendEncoded(p: PubSubPeer; msg: seq[byte]): Future[void] {.
-    stackTrace: false, ...gcsafe, raises: [], raises: [], raises: [],
-    tags: [RootEffect].}
+
+
proc sendEncoded(p: PubSubPeer; msg: seq[byte]; isHighPriority: bool): Future[
+    void] {.stackTrace: false, ...gcsafe, raises: [], raises: [], raises: [],
+            tags: [RootEffect].}
+

Asynchronously sends an encoded message to a specified PubSubPeer.

+

Parameters:

+
  • p: The PubSubPeer instance to which the message is to be sent.
  • +
  • msg: The message to be sent, encoded as a sequence of bytes (seq[byte]).
  • +
  • isHighPriority: A boolean indicating whether the message should be treated as high priority.
  • +
+

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
@@ -693,9 +739,22 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit + + +
+
+
proc stopSendNonPriorityTask(p: PubSubPeer) {....raises: [],
+    tags: [WriteIOEffect, TimeEffect, RootEffect].}
+
+ + +  Source +  Edit
@@ -710,9 +769,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit
@@ -731,7 +790,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/rpc/message.html b/p2p-research/libp2p/protocols/pubsub/rpc/message.html index b9347ce0e..401fa1a32 100644 --- a/p2p-research/libp2p/protocols/pubsub/rpc/message.html +++ b/p2p-research/libp2p/protocols/pubsub/rpc/message.html @@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/rpc/messages.html b/p2p-research/libp2p/protocols/pubsub/rpc/messages.html index fbc0ad5e7..7a4119bbe 100644 --- a/p2p-research/libp2p/protocols/pubsub/rpc/messages.html +++ b/p2p-research/libp2p/protocols/pubsub/rpc/messages.html @@ -645,7 +645,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/rpc/protobuf.html b/p2p-research/libp2p/protocols/pubsub/rpc/protobuf.html index d762dabb9..0125e2c29 100644 --- a/p2p-research/libp2p/protocols/pubsub/rpc/protobuf.html +++ b/p2p-research/libp2p/protocols/pubsub/rpc/protobuf.html @@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/pubsub/timedcache.html b/p2p-research/libp2p/protocols/pubsub/timedcache.html index 2660bdc1c..8897dd5bf 100644 --- a/p2p-research/libp2p/protocols/pubsub/timedcache.html +++ b/p2p-research/libp2p/protocols/pubsub/timedcache.html @@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/rendezvous.html b/p2p-research/libp2p/protocols/rendezvous.html index 9b6ae075e..4d9576db8 100644 --- a/p2p-research/libp2p/protocols/rendezvous.html +++ b/p2p-research/libp2p/protocols/rendezvous.html @@ -530,7 +530,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/secure/noise.html b/p2p-research/libp2p/protocols/secure/noise.html index e6fb32d08..8b92fe240 100644 --- a/p2p-research/libp2p/protocols/secure/noise.html +++ b/p2p-research/libp2p/protocols/secure/noise.html @@ -561,7 +561,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/protocols/secure/secure.html b/p2p-research/libp2p/protocols/secure/secure.html index 30d804b96..f83e30435 100644 --- a/p2p-research/libp2p/protocols/secure/secure.html +++ b/p2p-research/libp2p/protocols/secure/secure.html @@ -547,7 +547,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/routing_record.html b/p2p-research/libp2p/routing_record.html index b2acdbbf4..42d5c341f 100644 --- a/p2p-research/libp2p/routing_record.html +++ b/p2p-research/libp2p/routing_record.html @@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/signed_envelope.html b/p2p-research/libp2p/signed_envelope.html index 1974cc052..0a1dc77c8 100644 --- a/p2p-research/libp2p/signed_envelope.html +++ b/p2p-research/libp2p/signed_envelope.html @@ -503,7 +503,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/stream/bufferstream.html b/p2p-research/libp2p/stream/bufferstream.html index 0801fc90c..9541d6170 100644 --- a/p2p-research/libp2p/stream/bufferstream.html +++ b/p2p-research/libp2p/stream/bufferstream.html @@ -513,7 +513,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/stream/chronosstream.html b/p2p-research/libp2p/stream/chronosstream.html index 321fc78d3..bf9bef93e 100644 --- a/p2p-research/libp2p/stream/chronosstream.html +++ b/p2p-research/libp2p/stream/chronosstream.html @@ -497,7 +497,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/stream/connection.html b/p2p-research/libp2p/stream/connection.html index 17f2a3025..25263baeb 100644 --- a/p2p-research/libp2p/stream/connection.html +++ b/p2p-research/libp2p/stream/connection.html @@ -500,7 +500,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/stream/lpstream.html b/p2p-research/libp2p/stream/lpstream.html index 0805f8b1e..e3b181601 100644 --- a/p2p-research/libp2p/stream/lpstream.html +++ b/p2p-research/libp2p/stream/lpstream.html @@ -1113,7 +1113,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/stream/streamseq.html b/p2p-research/libp2p/stream/streamseq.html index 5665304c8..833cbecf6 100644 --- a/p2p-research/libp2p/stream/streamseq.html +++ b/p2p-research/libp2p/stream/streamseq.html @@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/switch.html b/p2p-research/libp2p/switch.html index 5cbb2cf4a..bfb4782c5 100644 --- a/p2p-research/libp2p/switch.html +++ b/p2p-research/libp2p/switch.html @@ -750,7 +750,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/transcoder.html b/p2p-research/libp2p/transcoder.html index e32a67e99..dd65cdda1 100644 --- a/p2p-research/libp2p/transcoder.html +++ b/p2p-research/libp2p/transcoder.html @@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/transports/tcptransport.html b/p2p-research/libp2p/transports/tcptransport.html index 89ff8e3ff..79b67d4b1 100644 --- a/p2p-research/libp2p/transports/tcptransport.html +++ b/p2p-research/libp2p/transports/tcptransport.html @@ -477,7 +477,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/transports/transport.html b/p2p-research/libp2p/transports/transport.html index 78c526b76..3e548463e 100644 --- a/p2p-research/libp2p/transports/transport.html +++ b/p2p-research/libp2p/transports/transport.html @@ -488,7 +488,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/transports/wstransport.html b/p2p-research/libp2p/transports/wstransport.html index 3d061a1ef..548def321 100644 --- a/p2p-research/libp2p/transports/wstransport.html +++ b/p2p-research/libp2p/transports/wstransport.html @@ -554,7 +554,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/upgrademngrs/muxedupgrade.html b/p2p-research/libp2p/upgrademngrs/muxedupgrade.html index ea35b934c..280243df9 100644 --- a/p2p-research/libp2p/upgrademngrs/muxedupgrade.html +++ b/p2p-research/libp2p/upgrademngrs/muxedupgrade.html @@ -350,7 +350,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/upgrademngrs/upgrade.html b/p2p-research/libp2p/upgrademngrs/upgrade.html index 776c10194..5568d6d2c 100644 --- a/p2p-research/libp2p/upgrademngrs/upgrade.html +++ b/p2p-research/libp2p/upgrademngrs/upgrade.html @@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/utility.html b/p2p-research/libp2p/utility.html index 3d89c9079..5d83dea87 100644 --- a/p2p-research/libp2p/utility.html +++ b/p2p-research/libp2p/utility.html @@ -444,7 +444,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/utils/future.html b/p2p-research/libp2p/utils/future.html index deb1260df..243dd71d0 100644 --- a/p2p-research/libp2p/utils/future.html +++ b/p2p-research/libp2p/utils/future.html @@ -271,7 +271,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/utils/heartbeat.html b/p2p-research/libp2p/utils/heartbeat.html index 81b7d9c61..d24f858b7 100644 --- a/p2p-research/libp2p/utils/heartbeat.html +++ b/p2p-research/libp2p/utils/heartbeat.html @@ -245,7 +245,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/utils/offsettedseq.html b/p2p-research/libp2p/utils/offsettedseq.html index 4f0cb7e96..47c8ee802 100644 --- a/p2p-research/libp2p/utils/offsettedseq.html +++ b/p2p-research/libp2p/utils/offsettedseq.html @@ -512,7 +512,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/utils/semaphore.html b/p2p-research/libp2p/utils/semaphore.html index e25107d01..2112ca7e8 100644 --- a/p2p-research/libp2p/utils/semaphore.html +++ b/p2p-research/libp2p/utils/semaphore.html @@ -362,7 +362,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/varint.html b/p2p-research/libp2p/varint.html index 2005f6471..d0e4af92b 100644 --- a/p2p-research/libp2p/varint.html +++ b/p2p-research/libp2p/varint.html @@ -725,7 +725,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/vbuffer.html b/p2p-research/libp2p/vbuffer.html index 21d7cdc14..2b5dcf9c1 100644 --- a/p2p-research/libp2p/vbuffer.html +++ b/p2p-research/libp2p/vbuffer.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/libp2p/wire.html b/p2p-research/libp2p/wire.html index 825a728cb..cfb54e52e 100644 --- a/p2p-research/libp2p/wire.html +++ b/p2p-research/libp2p/wire.html @@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source diff --git a/p2p-research/theindex.html b/p2p-research/theindex.html index 514464191..6579de7c0 100644 --- a/p2p-research/theindex.html +++ b/p2p-research/theindex.html @@ -553,7 +553,7 @@ window.addEventListener('DOMContentLoaded', main);
broadcast:
BufferStream:
+
RpcMessageQueue:
RPCMsg:
send:
sendEncoded:
sendHopStatus:
+
stopSendNonPriorityTask:
storeMuxer: