From 6a279fc03e4a9f42558dcd7e7b9b1d28bae66eb2 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 25 Mar 2024 11:08:22 +0000 Subject: [PATCH] update docs for unstable --- unstable/libp2p.html | 2 +- unstable/libp2p/builders.html | 2 +- unstable/libp2p/connmanager.html | 2 +- unstable/libp2p/crypto/chacha20poly1305.html | 2 +- unstable/libp2p/crypto/crypto.html | 2 +- unstable/libp2p/crypto/curve25519.html | 2 +- unstable/libp2p/crypto/ecnist.html | 2 +- unstable/libp2p/crypto/ed25519/constants.html | 2 +- unstable/libp2p/crypto/ed25519/ed25519.html | 2 +- unstable/libp2p/crypto/hkdf.html | 2 +- unstable/libp2p/crypto/minasn1.html | 2 +- unstable/libp2p/crypto/rsa.html | 2 +- unstable/libp2p/crypto/secp.html | 2 +- unstable/libp2p/dial.html | 2 +- unstable/libp2p/dialer.html | 2 +- unstable/libp2p/errors.html | 2 +- unstable/libp2p/multiaddress.html | 2 +- unstable/libp2p/multibase.html | 2 +- unstable/libp2p/multicodec.html | 2 +- unstable/libp2p/multihash.html | 2 +- unstable/libp2p/multistream.html | 2 +- unstable/libp2p/muxers/mplex/coder.html | 2 +- unstable/libp2p/muxers/mplex/mplex.html | 2 +- unstable/libp2p/muxers/muxer.html | 2 +- unstable/libp2p/muxers/yamux/yamux.html | 2 +- .../libp2p/nameresolving/nameresolver.html | 2 +- unstable/libp2p/observedaddrmanager.html | 2 +- unstable/libp2p/peerid.html | 2 +- unstable/libp2p/peerinfo.html | 2 +- unstable/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 +- unstable/libp2p/protocols/identify.html | 2 +- unstable/libp2p/protocols/ping.html | 2 +- unstable/libp2p/protocols/protocol.html | 2 +- unstable/libp2p/protocols/pubsub.html | 4 +- unstable/libp2p/protocols/pubsub/errors.html | 2 +- .../libp2p/protocols/pubsub/floodsub.html | 14 ++-- .../libp2p/protocols/pubsub/gossipsub.html | 40 +++++----- .../protocols/pubsub/gossipsub/behavior.html | 2 +- .../protocols/pubsub/gossipsub/scoring.html | 25 +++--- .../protocols/pubsub/gossipsub/types.html | 2 +- unstable/libp2p/protocols/pubsub/mcache.html | 14 ++-- .../libp2p/protocols/pubsub/peertable.html | 2 +- unstable/libp2p/protocols/pubsub/pubsub.html | 78 +++++++++---------- .../libp2p/protocols/pubsub/pubsubpeer.html | 22 +++--- .../libp2p/protocols/pubsub/rpc/message.html | 2 +- .../libp2p/protocols/pubsub/rpc/messages.html | 26 +++---- .../libp2p/protocols/pubsub/rpc/protobuf.html | 42 +++++----- .../libp2p/protocols/pubsub/timedcache.html | 2 +- unstable/libp2p/protocols/rendezvous.html | 2 +- unstable/libp2p/protocols/secure/noise.html | 2 +- unstable/libp2p/protocols/secure/secure.html | 2 +- unstable/libp2p/routing_record.html | 2 +- unstable/libp2p/signed_envelope.html | 2 +- unstable/libp2p/stream/bufferstream.html | 2 +- unstable/libp2p/stream/chronosstream.html | 2 +- unstable/libp2p/stream/connection.html | 2 +- unstable/libp2p/stream/lpstream.html | 2 +- unstable/libp2p/stream/streamseq.html | 2 +- unstable/libp2p/switch.html | 2 +- unstable/libp2p/transcoder.html | 2 +- unstable/libp2p/transports/tcptransport.html | 2 +- unstable/libp2p/transports/transport.html | 2 +- unstable/libp2p/transports/wstransport.html | 2 +- .../libp2p/upgrademngrs/muxedupgrade.html | 2 +- unstable/libp2p/upgrademngrs/upgrade.html | 2 +- unstable/libp2p/utility.html | 2 +- unstable/libp2p/utils/future.html | 2 +- unstable/libp2p/utils/heartbeat.html | 2 +- unstable/libp2p/utils/offsettedseq.html | 2 +- unstable/libp2p/utils/semaphore.html | 2 +- unstable/libp2p/varint.html | 2 +- unstable/libp2p/vbuffer.html | 2 +- unstable/libp2p/wire.html | 2 +- unstable/theindex.html | 8 +- 82 files changed, 208 insertions(+), 209 deletions(-) diff --git a/unstable/libp2p.html b/unstable/libp2p.html index 62e4ff0d8..a8d5b8edd 100644 --- a/unstable/libp2p.html +++ b/unstable/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/builders.html b/unstable/libp2p/builders.html index 8354ce6ec..e06b43945 100644 --- a/unstable/libp2p/builders.html +++ b/unstable/libp2p/builders.html @@ -801,7 +801,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/connmanager.html b/unstable/libp2p/connmanager.html index 9d31fd858..61eac020e 100644 --- a/unstable/libp2p/connmanager.html +++ b/unstable/libp2p/connmanager.html @@ -874,7 +874,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/chacha20poly1305.html b/unstable/libp2p/crypto/chacha20poly1305.html index a8db16ed7..a77685bd9 100644 --- a/unstable/libp2p/crypto/chacha20poly1305.html +++ b/unstable/libp2p/crypto/chacha20poly1305.html @@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/crypto.html b/unstable/libp2p/crypto/crypto.html index b04e12d0d..5e628358f 100644 --- a/unstable/libp2p/crypto/crypto.html +++ b/unstable/libp2p/crypto/crypto.html @@ -1621,7 +1621,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/curve25519.html b/unstable/libp2p/crypto/curve25519.html index b981976fe..3a720f651 100644 --- a/unstable/libp2p/crypto/curve25519.html +++ b/unstable/libp2p/crypto/curve25519.html @@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/ecnist.html b/unstable/libp2p/crypto/ecnist.html index c72b8192b..0d1b7436f 100644 --- a/unstable/libp2p/crypto/ecnist.html +++ b/unstable/libp2p/crypto/ecnist.html @@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/ed25519/constants.html b/unstable/libp2p/crypto/ed25519/constants.html index 1771a1365..007a8099e 100644 --- a/unstable/libp2p/crypto/ed25519/constants.html +++ b/unstable/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/ed25519/ed25519.html b/unstable/libp2p/crypto/ed25519/ed25519.html index 59d166c45..ec86f7647 100644 --- a/unstable/libp2p/crypto/ed25519/ed25519.html +++ b/unstable/libp2p/crypto/ed25519/ed25519.html @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/hkdf.html b/unstable/libp2p/crypto/hkdf.html index 2566922f6..2c3e821ad 100644 --- a/unstable/libp2p/crypto/hkdf.html +++ b/unstable/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/minasn1.html b/unstable/libp2p/crypto/minasn1.html index ceed968b3..204d44631 100644 --- a/unstable/libp2p/crypto/minasn1.html +++ b/unstable/libp2p/crypto/minasn1.html @@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/rsa.html b/unstable/libp2p/crypto/rsa.html index 21a39721c..5bc87de7d 100644 --- a/unstable/libp2p/crypto/rsa.html +++ b/unstable/libp2p/crypto/rsa.html @@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/crypto/secp.html b/unstable/libp2p/crypto/secp.html index 9c77bbd7c..b93b461fb 100644 --- a/unstable/libp2p/crypto/secp.html +++ b/unstable/libp2p/crypto/secp.html @@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/dial.html b/unstable/libp2p/dial.html index 83c8acd56..233abf179 100644 --- a/unstable/libp2p/dial.html +++ b/unstable/libp2p/dial.html @@ -381,7 +381,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/dialer.html b/unstable/libp2p/dialer.html index cf56e25c8..63c7ce09d 100644 --- a/unstable/libp2p/dialer.html +++ b/unstable/libp2p/dialer.html @@ -450,7 +450,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/errors.html b/unstable/libp2p/errors.html index 09afcf2b4..98fcb87cc 100644 --- a/unstable/libp2p/errors.html +++ b/unstable/libp2p/errors.html @@ -340,7 +340,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/multiaddress.html b/unstable/libp2p/multiaddress.html index d6587f937..89a58f99f 100644 --- a/unstable/libp2p/multiaddress.html +++ b/unstable/libp2p/multiaddress.html @@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/multibase.html b/unstable/libp2p/multibase.html index 1929c03bd..384b0c7bc 100644 --- a/unstable/libp2p/multibase.html +++ b/unstable/libp2p/multibase.html @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/multicodec.html b/unstable/libp2p/multicodec.html index c863357c6..8ce3e4309 100644 --- a/unstable/libp2p/multicodec.html +++ b/unstable/libp2p/multicodec.html @@ -481,7 +481,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/multihash.html b/unstable/libp2p/multihash.html index 2e40254ff..c73b3dfc2 100644 --- a/unstable/libp2p/multihash.html +++ b/unstable/libp2p/multihash.html @@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/multistream.html b/unstable/libp2p/multistream.html index ec0063a26..0c9c0fde2 100644 --- a/unstable/libp2p/multistream.html +++ b/unstable/libp2p/multistream.html @@ -556,7 +556,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/muxers/mplex/coder.html b/unstable/libp2p/muxers/mplex/coder.html index 0a84e5a57..9785341d7 100644 --- a/unstable/libp2p/muxers/mplex/coder.html +++ b/unstable/libp2p/muxers/mplex/coder.html @@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/muxers/mplex/mplex.html b/unstable/libp2p/muxers/mplex/mplex.html index e4153d80a..48b552663 100644 --- a/unstable/libp2p/muxers/mplex/mplex.html +++ b/unstable/libp2p/muxers/mplex/mplex.html @@ -455,7 +455,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/muxers/muxer.html b/unstable/libp2p/muxers/muxer.html index 3a1251aa9..859f09c29 100644 --- a/unstable/libp2p/muxers/muxer.html +++ b/unstable/libp2p/muxers/muxer.html @@ -535,7 +535,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/muxers/yamux/yamux.html b/unstable/libp2p/muxers/yamux/yamux.html index 484d20ac9..08f9d33fd 100644 --- a/unstable/libp2p/muxers/yamux/yamux.html +++ b/unstable/libp2p/muxers/yamux/yamux.html @@ -606,7 +606,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/nameresolving/nameresolver.html b/unstable/libp2p/nameresolving/nameresolver.html index decbb15c1..7f3fed826 100644 --- a/unstable/libp2p/nameresolving/nameresolver.html +++ b/unstable/libp2p/nameresolving/nameresolver.html @@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/observedaddrmanager.html b/unstable/libp2p/observedaddrmanager.html index 7990ce781..ef890328f 100644 --- a/unstable/libp2p/observedaddrmanager.html +++ b/unstable/libp2p/observedaddrmanager.html @@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/peerid.html b/unstable/libp2p/peerid.html index 5e105ce0c..fa76b4177 100644 --- a/unstable/libp2p/peerid.html +++ b/unstable/libp2p/peerid.html @@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/peerinfo.html b/unstable/libp2p/peerinfo.html index 2f4a0b6b3..212d78acc 100644 --- a/unstable/libp2p/peerinfo.html +++ b/unstable/libp2p/peerinfo.html @@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protobuf/minprotobuf.html b/unstable/libp2p/protobuf/minprotobuf.html index 47152cdcb..53d49ac31 100644 --- a/unstable/libp2p/protobuf/minprotobuf.html +++ b/unstable/libp2p/protobuf/minprotobuf.html @@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/autonat/core.html b/unstable/libp2p/protocols/connectivity/autonat/core.html index de94e5daa..ffde90e06 100644 --- a/unstable/libp2p/protocols/connectivity/autonat/core.html +++ b/unstable/libp2p/protocols/connectivity/autonat/core.html @@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/autonat/server.html b/unstable/libp2p/protocols/connectivity/autonat/server.html index cb5d6d73b..cf3b4c4f9 100644 --- a/unstable/libp2p/protocols/connectivity/autonat/server.html +++ b/unstable/libp2p/protocols/connectivity/autonat/server.html @@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/relay/client.html b/unstable/libp2p/protocols/connectivity/relay/client.html index 6f32e16e5..8d563d071 100644 --- a/unstable/libp2p/protocols/connectivity/relay/client.html +++ b/unstable/libp2p/protocols/connectivity/relay/client.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/relay/messages.html b/unstable/libp2p/protocols/connectivity/relay/messages.html index 236bef5e3..551dedac2 100644 --- a/unstable/libp2p/protocols/connectivity/relay/messages.html +++ b/unstable/libp2p/protocols/connectivity/relay/messages.html @@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/relay/rconn.html b/unstable/libp2p/protocols/connectivity/relay/rconn.html index 23e092993..abd000c36 100644 --- a/unstable/libp2p/protocols/connectivity/relay/rconn.html +++ b/unstable/libp2p/protocols/connectivity/relay/rconn.html @@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/relay/relay.html b/unstable/libp2p/protocols/connectivity/relay/relay.html index 9c69bacd4..459bd6417 100644 --- a/unstable/libp2p/protocols/connectivity/relay/relay.html +++ b/unstable/libp2p/protocols/connectivity/relay/relay.html @@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/relay/rtransport.html b/unstable/libp2p/protocols/connectivity/relay/rtransport.html index a6a2bfc5e..f6db4d2de 100644 --- a/unstable/libp2p/protocols/connectivity/relay/rtransport.html +++ b/unstable/libp2p/protocols/connectivity/relay/rtransport.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/connectivity/relay/utils.html b/unstable/libp2p/protocols/connectivity/relay/utils.html index 573451118..8897158b4 100644 --- a/unstable/libp2p/protocols/connectivity/relay/utils.html +++ b/unstable/libp2p/protocols/connectivity/relay/utils.html @@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/identify.html b/unstable/libp2p/protocols/identify.html index 3de4a6274..fe05a553e 100644 --- a/unstable/libp2p/protocols/identify.html +++ b/unstable/libp2p/protocols/identify.html @@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/ping.html b/unstable/libp2p/protocols/ping.html index d90b35296..84ad1a16e 100644 --- a/unstable/libp2p/protocols/ping.html +++ b/unstable/libp2p/protocols/ping.html @@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/protocol.html b/unstable/libp2p/protocols/protocol.html index 1e62db77f..149dd9fa2 100644 --- a/unstable/libp2p/protocols/protocol.html +++ b/unstable/libp2p/protocols/protocol.html @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/pubsub.html b/unstable/libp2p/protocols/pubsub.html index 9e1642e87..a2b825c41 100644 --- a/unstable/libp2p/protocols/pubsub.html +++ b/unstable/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/unstable/libp2p/protocols/pubsub/errors.html b/unstable/libp2p/protocols/pubsub/errors.html index e95aed486..8510ea746 100644 --- a/unstable/libp2p/protocols/pubsub/errors.html +++ b/unstable/libp2p/protocols/pubsub/errors.html @@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/pubsub/floodsub.html b/unstable/libp2p/protocols/pubsub/floodsub.html index b2a7d5175..3b896adac 100644 --- a/unstable/libp2p/protocols/pubsub/floodsub.html +++ b/unstable/libp2p/protocols/pubsub/floodsub.html @@ -398,9 +398,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -411,9 +411,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -425,9 +425,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/pubsub/gossipsub.html b/unstable/libp2p/protocols/pubsub/gossipsub.html index 7b29ee039..d403ac366 100644 --- a/unstable/libp2p/protocols/pubsub/gossipsub.html +++ b/unstable/libp2p/protocols/pubsub/gossipsub.html @@ -331,9 +331,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -370,9 +370,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -414,9 +414,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -439,9 +439,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -478,9 +478,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -492,9 +492,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -506,9 +506,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -520,9 +520,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -534,9 +534,9 @@ class="link-seesrc" target="_blank">Source   Source -  Edit +  Edit @@ -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/unstable/libp2p/protocols/pubsub/gossipsub/behavior.html b/unstable/libp2p/protocols/pubsub/gossipsub/behavior.html index 8610a9122..340194380 100644 --- a/unstable/libp2p/protocols/pubsub/gossipsub/behavior.html +++ b/unstable/libp2p/protocols/pubsub/gossipsub/behavior.html @@ -496,7 +496,7 @@ class="link-seesrc" target="_blank">Source diff --git a/unstable/libp2p/protocols/pubsub/gossipsub/scoring.html b/unstable/libp2p/protocols/pubsub/gossipsub/scoring.html index 481de485d..8a9838333 100644 --- a/unstable/libp2p/protocols/pubsub/gossipsub/scoring.html +++ b/unstable/libp2p/protocols/pubsub/gossipsub/scoring.html @@ -244,10 +244,10 @@ window.addEventListener("DOMContentLoaded", main2);