From 6e3f3b45f41496ad1ad509095a14711705220908 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 27 Jul 2022 10:53:06 +0000 Subject: [PATCH] update docs for Wrc --- Wrc/libp2p.html | 2 +- Wrc/libp2p/builders.html | 2 +- Wrc/libp2p/connmanager.html | 2 +- Wrc/libp2p/crypto/chacha20poly1305.html | 2 +- Wrc/libp2p/crypto/crypto.html | 2 +- Wrc/libp2p/crypto/curve25519.html | 2 +- Wrc/libp2p/crypto/ecnist.html | 2 +- Wrc/libp2p/crypto/ed25519/constants.html | 2 +- Wrc/libp2p/crypto/ed25519/ed25519.html | 2 +- Wrc/libp2p/crypto/hkdf.html | 2 +- Wrc/libp2p/crypto/minasn1.html | 2 +- Wrc/libp2p/crypto/rsa.html | 2 +- Wrc/libp2p/crypto/secp.html | 2 +- Wrc/libp2p/dial.html | 2 +- Wrc/libp2p/dialer.html | 2 +- Wrc/libp2p/errors.html | 2 +- Wrc/libp2p/multiaddress.html | 2 +- Wrc/libp2p/multibase.html | 2 +- Wrc/libp2p/multicodec.html | 2 +- Wrc/libp2p/multihash.html | 2 +- Wrc/libp2p/multistream.html | 2 +- Wrc/libp2p/muxers/mplex/coder.html | 2 +- Wrc/libp2p/muxers/mplex/mplex.html | 2 +- Wrc/libp2p/muxers/muxer.html | 2 +- Wrc/libp2p/muxers/yamux/yamux.html | 2 +- Wrc/libp2p/nameresolving/nameresolver.html | 2 +- Wrc/libp2p/peerid.html | 2 +- Wrc/libp2p/peerinfo.html | 2 +- Wrc/libp2p/protobuf/minprotobuf.html | 2 +- Wrc/libp2p/protocols/identify.html | 2 +- Wrc/libp2p/protocols/ping.html | 2 +- Wrc/libp2p/protocols/protocol.html | 2 +- Wrc/libp2p/protocols/pubsub.html | 4 +- Wrc/libp2p/protocols/pubsub/errors.html | 2 +- Wrc/libp2p/protocols/pubsub/floodsub.html | 30 +++++++------- Wrc/libp2p/protocols/pubsub/gossipsub.html | 2 +- .../protocols/pubsub/gossipsub/behavior.html | 2 +- .../protocols/pubsub/gossipsub/scoring.html | 2 +- .../protocols/pubsub/gossipsub/types.html | 6 +-- Wrc/libp2p/protocols/pubsub/mcache.html | 40 +++++++++---------- Wrc/libp2p/protocols/pubsub/peertable.html | 2 +- Wrc/libp2p/protocols/pubsub/pubsub.html | 6 +-- Wrc/libp2p/protocols/pubsub/pubsubpeer.html | 2 +- Wrc/libp2p/protocols/pubsub/rpc/message.html | 8 ++-- Wrc/libp2p/protocols/pubsub/rpc/messages.html | 30 +++++++------- Wrc/libp2p/protocols/pubsub/rpc/protobuf.html | 2 +- Wrc/libp2p/protocols/pubsub/timedcache.html | 2 +- Wrc/libp2p/protocols/relay.html | 2 +- Wrc/libp2p/protocols/secure/noise.html | 2 +- Wrc/libp2p/protocols/secure/secure.html | 2 +- Wrc/libp2p/routing_record.html | 2 +- Wrc/libp2p/signed_envelope.html | 2 +- Wrc/libp2p/stream/bufferstream.html | 2 +- Wrc/libp2p/stream/chronosstream.html | 2 +- Wrc/libp2p/stream/connection.html | 2 +- Wrc/libp2p/stream/lpstream.html | 2 +- Wrc/libp2p/stream/streamseq.html | 2 +- Wrc/libp2p/switch.html | 2 +- Wrc/libp2p/transcoder.html | 2 +- Wrc/libp2p/transports/tcptransport.html | 2 +- Wrc/libp2p/transports/transport.html | 2 +- Wrc/libp2p/transports/wstransport.html | 2 +- Wrc/libp2p/upgrademngrs/muxedupgrade.html | 2 +- Wrc/libp2p/upgrademngrs/upgrade.html | 2 +- Wrc/libp2p/utility.html | 2 +- Wrc/libp2p/utils/heartbeat.html | 2 +- Wrc/libp2p/utils/semaphore.html | 2 +- Wrc/libp2p/varint.html | 2 +- Wrc/libp2p/vbuffer.html | 2 +- Wrc/libp2p/wire.html | 2 +- Wrc/theindex.html | 22 +++++----- 71 files changed, 136 insertions(+), 136 deletions(-) diff --git a/Wrc/libp2p.html b/Wrc/libp2p.html index ee2787e18..4557bf03d 100644 --- a/Wrc/libp2p.html +++ b/Wrc/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/builders.html b/Wrc/libp2p/builders.html index 49773f7db..6b652eab6 100644 --- a/Wrc/libp2p/builders.html +++ b/Wrc/libp2p/builders.html @@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/connmanager.html b/Wrc/libp2p/connmanager.html index f4ca147c3..592aace49 100644 --- a/Wrc/libp2p/connmanager.html +++ b/Wrc/libp2p/connmanager.html @@ -888,7 +888,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/chacha20poly1305.html b/Wrc/libp2p/crypto/chacha20poly1305.html index 8cf92a0c5..61e6b3275 100644 --- a/Wrc/libp2p/crypto/chacha20poly1305.html +++ b/Wrc/libp2p/crypto/chacha20poly1305.html @@ -393,7 +393,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/crypto.html b/Wrc/libp2p/crypto/crypto.html index f9aecc528..ca7c9a68a 100644 --- a/Wrc/libp2p/crypto/crypto.html +++ b/Wrc/libp2p/crypto/crypto.html @@ -1751,7 +1751,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/curve25519.html b/Wrc/libp2p/crypto/curve25519.html index 09d9c32ce..52a3bb8ac 100644 --- a/Wrc/libp2p/crypto/curve25519.html +++ b/Wrc/libp2p/crypto/curve25519.html @@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/ecnist.html b/Wrc/libp2p/crypto/ecnist.html index cd6b7ec47..4950bc3e4 100644 --- a/Wrc/libp2p/crypto/ecnist.html +++ b/Wrc/libp2p/crypto/ecnist.html @@ -1410,7 +1410,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/ed25519/constants.html b/Wrc/libp2p/crypto/ed25519/constants.html index 42b983d07..d517302f9 100644 --- a/Wrc/libp2p/crypto/ed25519/constants.html +++ b/Wrc/libp2p/crypto/ed25519/constants.html @@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/ed25519/ed25519.html b/Wrc/libp2p/crypto/ed25519/ed25519.html index 001c8e720..a247b5dfd 100644 --- a/Wrc/libp2p/crypto/ed25519/ed25519.html +++ b/Wrc/libp2p/crypto/ed25519/ed25519.html @@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/hkdf.html b/Wrc/libp2p/crypto/hkdf.html index 027d23068..837226343 100644 --- a/Wrc/libp2p/crypto/hkdf.html +++ b/Wrc/libp2p/crypto/hkdf.html @@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/minasn1.html b/Wrc/libp2p/crypto/minasn1.html index cd0d2702f..d70cdb759 100644 --- a/Wrc/libp2p/crypto/minasn1.html +++ b/Wrc/libp2p/crypto/minasn1.html @@ -1209,7 +1209,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/rsa.html b/Wrc/libp2p/crypto/rsa.html index 3ce5ed2c0..37880799d 100644 --- a/Wrc/libp2p/crypto/rsa.html +++ b/Wrc/libp2p/crypto/rsa.html @@ -1024,7 +1024,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/crypto/secp.html b/Wrc/libp2p/crypto/secp.html index 9ca4ed261..a4ae984b7 100644 --- a/Wrc/libp2p/crypto/secp.html +++ b/Wrc/libp2p/crypto/secp.html @@ -936,7 +936,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/dial.html b/Wrc/libp2p/dial.html index b269c8a6c..94e907be1 100644 --- a/Wrc/libp2p/dial.html +++ b/Wrc/libp2p/dial.html @@ -341,7 +341,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/dialer.html b/Wrc/libp2p/dialer.html index 9092df486..b63128402 100644 --- a/Wrc/libp2p/dialer.html +++ b/Wrc/libp2p/dialer.html @@ -410,7 +410,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/errors.html b/Wrc/libp2p/errors.html index 5688bfe39..a95f2f12a 100644 --- a/Wrc/libp2p/errors.html +++ b/Wrc/libp2p/errors.html @@ -357,7 +357,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/multiaddress.html b/Wrc/libp2p/multiaddress.html index 1eb19ab93..384eaee48 100644 --- a/Wrc/libp2p/multiaddress.html +++ b/Wrc/libp2p/multiaddress.html @@ -2115,7 +2115,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/multibase.html b/Wrc/libp2p/multibase.html index 859a31e47..930866861 100644 --- a/Wrc/libp2p/multibase.html +++ b/Wrc/libp2p/multibase.html @@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/multicodec.html b/Wrc/libp2p/multicodec.html index 62a49e89a..34635d3a5 100644 --- a/Wrc/libp2p/multicodec.html +++ b/Wrc/libp2p/multicodec.html @@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/multihash.html b/Wrc/libp2p/multihash.html index 687a7b0f2..f7e0c4bf6 100644 --- a/Wrc/libp2p/multihash.html +++ b/Wrc/libp2p/multihash.html @@ -693,7 +693,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/multistream.html b/Wrc/libp2p/multistream.html index 8c6524fdb..5b922bd97 100644 --- a/Wrc/libp2p/multistream.html +++ b/Wrc/libp2p/multistream.html @@ -598,7 +598,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/muxers/mplex/coder.html b/Wrc/libp2p/muxers/mplex/coder.html index 426ab8b0c..8fc3907b3 100644 --- a/Wrc/libp2p/muxers/mplex/coder.html +++ b/Wrc/libp2p/muxers/mplex/coder.html @@ -392,7 +392,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/muxers/mplex/mplex.html b/Wrc/libp2p/muxers/mplex/mplex.html index f0486db73..370a31162 100644 --- a/Wrc/libp2p/muxers/mplex/mplex.html +++ b/Wrc/libp2p/muxers/mplex/mplex.html @@ -400,7 +400,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/muxers/muxer.html b/Wrc/libp2p/muxers/muxer.html index 4110a0c2d..3e69abf80 100644 --- a/Wrc/libp2p/muxers/muxer.html +++ b/Wrc/libp2p/muxers/muxer.html @@ -504,7 +504,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/muxers/yamux/yamux.html b/Wrc/libp2p/muxers/yamux/yamux.html index 734af81fb..486fcc071 100644 --- a/Wrc/libp2p/muxers/yamux/yamux.html +++ b/Wrc/libp2p/muxers/yamux/yamux.html @@ -545,7 +545,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/nameresolving/nameresolver.html b/Wrc/libp2p/nameresolving/nameresolver.html index a70f6d413..19edf2985 100644 --- a/Wrc/libp2p/nameresolving/nameresolver.html +++ b/Wrc/libp2p/nameresolving/nameresolver.html @@ -355,7 +355,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/peerid.html b/Wrc/libp2p/peerid.html index 85099909d..e891befc1 100644 --- a/Wrc/libp2p/peerid.html +++ b/Wrc/libp2p/peerid.html @@ -789,7 +789,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/peerinfo.html b/Wrc/libp2p/peerinfo.html index 2015fb961..9f863dea3 100644 --- a/Wrc/libp2p/peerinfo.html +++ b/Wrc/libp2p/peerinfo.html @@ -393,7 +393,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protobuf/minprotobuf.html b/Wrc/libp2p/protobuf/minprotobuf.html index 6038a9729..4b1458c2b 100644 --- a/Wrc/libp2p/protobuf/minprotobuf.html +++ b/Wrc/libp2p/protobuf/minprotobuf.html @@ -939,7 +939,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protocols/identify.html b/Wrc/libp2p/protocols/identify.html index 0a53d7793..2f4a88668 100644 --- a/Wrc/libp2p/protocols/identify.html +++ b/Wrc/libp2p/protocols/identify.html @@ -620,7 +620,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protocols/ping.html b/Wrc/libp2p/protocols/ping.html index e41f0f097..550b470a3 100644 --- a/Wrc/libp2p/protocols/ping.html +++ b/Wrc/libp2p/protocols/ping.html @@ -416,7 +416,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protocols/protocol.html b/Wrc/libp2p/protocols/protocol.html index 68489aff7..230db4573 100644 --- a/Wrc/libp2p/protocols/protocol.html +++ b/Wrc/libp2p/protocols/protocol.html @@ -385,7 +385,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protocols/pubsub.html b/Wrc/libp2p/protocols/pubsub.html index e7ce24f32..a41b2dcd7 100644 --- a/Wrc/libp2p/protocols/pubsub.html +++ b/Wrc/libp2p/protocols/pubsub.html @@ -229,7 +229,7 @@ class="link-seesrc" target="_blank">Source

Exports

-sendSubs, MsgIdProvider, onTopicSubscription, init, unsubscribe, PubSubObserver, TopicHandler, codec=, removeObserver, send, libp2p_pubsub_received_subscriptions, initPubSub, subscribe, libp2p_pubsub_broadcast_prune, PubSubPeer, libp2p_pubsub_broadcast_ihave, libp2p_pubsub_received_iwant, codec, unsubscribe, getOrCreatePeer, libp2p_pubsub_messages_rebroadcasted, SubscriptionValidator, removeValidator, PubSub, libp2p_pubsub_received_unsubscriptions, start, broadcast, rpcHandler, libp2p_pubsub_received_prune, KnownLibP2PTopicsSeq, libp2p_pubsub_messages_published, LPProtoHandler, ValidationResult, ValidatorHandler, handleConn, libp2p_pubsub_broadcast_unsubscriptions, libp2p_pubsub_received_graft, libp2p_pubsub_broadcast_iwant, init, updateMetrics, libp2p_pubsub_broadcast_subscriptions, InitializationError, libp2p_pubsub_received_messages, unsubscribePeer, addObserver, addValidator, libp2p_pubsub_received_ihave, handleData, validate, unsubscribeAll, libp2p_pubsub_broadcast_messages, KnownLibP2PTopics, TopicPair, onPubSubPeerEvent, libp2p_pubsub_broadcast_graft, publish, LPProtocol, stop, subscribePeer, publish, initPubSub, addSeen, init, unsubscribePeer, rpcHandler, FloodSubCodec, hasSeen, firstSeen, handleSubscribe, FloodSub, broadcast, subscribe, PubSubObserver, TopicHandler, codec=, removeObserver, libp2p_pubsub_received_subscriptions, unsubscribe, libp2p_pubsub_broadcast_prune, IWantPeerBudget, PubSubPeer, unsubscribeAll, onTopicSubscription, KnownLibP2PTopics, byScore, IHaveMaxLength, MeshMetrics, libp2p_pubsub_messages_rebroadcasted, addDirectPeer, unsubscribe, stop, GossipSubHistoryLength, handleGraft, GossipBackoffPeriod, sendSubs, rpcHandler, init, libp2p_pubsub_received_prune, KnownLibP2PTopicsSeq, handleData, LPProtocol, IHavePeerBudget, ValidatorHandler, GossipSubCodec, heartbeat, getGossipPeers, PeerStats, validateParameters, libp2p_pubsub_received_graft, libp2p_pubsub_broadcast_iwant, removeValidator, init, GossipSub, unsubscribePeer, validate, BackoffSlackTime, subscribePeer, LPProtoHandler, addCapped, grafted, TopicPair, send, libp2p_pubsub_broadcast_graft, peerExchangeList, PubSub, GossipSubParams, GossipSubFanoutTTL, init, GossipSubCodec_10, GossipSubHistoryGossip, GossipSubDlo, handleIWant, ValidationResult, MsgIdProvider, RoutingRecordsHandler, rewardDelivered, addObserver, libp2p_pubsub_broadcast_ihave, RoutingRecordsPair, GossipSubDhi, initPubSub, libp2p_pubsub_received_iwant, libp2p_pubsub_broadcast_messages, codec, validateParameters, handleSubscribe, SubscriptionValidator, libp2p_pubsub_received_ihave, handleIHave, scoringHeartbeat, replenishFanout, rpcHandler, libp2p_pubsub_received_unsubscriptions, punishInvalidMessage, handlePrune, start, BackoffTable, GossipSubHeartbeatInterval, onPubSubPeerEvent, start, getOrCreatePeer, init, initPubSub, libp2p_pubsub_messages_published, TopicInfo, publish, withPeerStats, handleConn, GossipSubD, libp2p_pubsub_broadcast_unsubscriptions, onTopicSubscription, init, updateMetrics, unsubscribePeer, libp2p_pubsub_broadcast_subscriptions, InitializationError, libp2p_pubsub_received_messages, addValidator, rebalanceMesh, ValidationSeenTable, pruned, updateScores, onPubSubPeerEvent, publish, handleBackingOff, stop, TopicParams, dropFanoutPeers +sendSubs, MsgIdProvider, onTopicSubscription, init, unsubscribe, PubSubObserver, TopicHandler, codec=, removeObserver, send, libp2p_pubsub_received_subscriptions, initPubSub, subscribe, libp2p_pubsub_broadcast_prune, PubSubPeer, libp2p_pubsub_broadcast_ihave, libp2p_pubsub_received_iwant, codec, unsubscribe, getOrCreatePeer, libp2p_pubsub_messages_rebroadcasted, SubscriptionValidator, removeValidator, PubSub, libp2p_pubsub_received_unsubscriptions, start, broadcast, rpcHandler, libp2p_pubsub_received_prune, KnownLibP2PTopicsSeq, libp2p_pubsub_messages_published, LPProtoHandler, ValidationResult, ValidatorHandler, handleConn, libp2p_pubsub_broadcast_unsubscriptions, libp2p_pubsub_received_graft, libp2p_pubsub_broadcast_iwant, init, updateMetrics, libp2p_pubsub_broadcast_subscriptions, InitializationError, libp2p_pubsub_received_messages, unsubscribePeer, addObserver, addValidator, libp2p_pubsub_received_ihave, handleData, validate, unsubscribeAll, libp2p_pubsub_broadcast_messages, KnownLibP2PTopics, TopicPair, onPubSubPeerEvent, libp2p_pubsub_broadcast_graft, publish, LPProtocol, stop, subscribePeer, publish, initPubSub, addSeen, init, unsubscribePeer, rpcHandler, FloodSubCodec, hasSeen, firstSeen, handleSubscribe, FloodSub, broadcast, subscribe, PubSubObserver, TopicHandler, codec=, removeObserver, libp2p_pubsub_received_subscriptions, unsubscribe, libp2p_pubsub_broadcast_prune, IWantPeerBudget, PubSubPeer, unsubscribeAll, onTopicSubscription, KnownLibP2PTopics, byScore, IHaveMaxLength, MeshMetrics, libp2p_pubsub_messages_rebroadcasted, addDirectPeer, unsubscribe, stop, GossipSubHistoryLength, handleGraft, GossipBackoffPeriod, sendSubs, rpcHandler, init, libp2p_pubsub_received_prune, KnownLibP2PTopicsSeq, handleData, LPProtocol, IHavePeerBudget, ValidatorHandler, GossipSubCodec, heartbeat, getGossipPeers, PeerStats, validateParameters, libp2p_pubsub_received_graft, libp2p_pubsub_broadcast_iwant, removeValidator, init, GossipSub, unsubscribePeer, validate, BackoffSlackTime, subscribePeer, LPProtoHandler, addCapped, grafted, TopicPair, send, libp2p_pubsub_broadcast_graft, peerExchangeList, PubSub, GossipSubParams, GossipSubFanoutTTL, init, GossipSubCodec_10, GossipSubHistoryGossip, GossipSubDlo, handleIWant, ValidationResult, MsgIdProvider, RoutingRecordsHandler, rewardDelivered, addObserver, libp2p_pubsub_broadcast_ihave, RoutingRecordsPair, GossipSubDhi, initPubSub, libp2p_pubsub_received_iwant, libp2p_pubsub_broadcast_messages, codec, validateParameters, handleSubscribe, SubscriptionValidator, libp2p_pubsub_received_ihave, handleIHave, scoringHeartbeat, replenishFanout, rpcHandler, libp2p_pubsub_received_unsubscriptions, punishInvalidMessage, handlePrune, start, BackoffTable, GossipSubHeartbeatInterval, onPubSubPeerEvent, start, getOrCreatePeer, init, initPubSub, libp2p_pubsub_messages_published, TopicInfo, publish, withPeerStats, handleConn, GossipSubD, libp2p_pubsub_broadcast_unsubscriptions, onTopicSubscription, init, updateMetrics, unsubscribePeer, libp2p_pubsub_broadcast_subscriptions, InitializationError, libp2p_pubsub_received_messages, addValidator, rebalanceMesh, ValidationSeenTable, pruned, updateScores, onPubSubPeerEvent, publish, handleBackingOff, stop, TopicParams, dropFanoutPeers
@@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protocols/pubsub/errors.html b/Wrc/libp2p/protocols/pubsub/errors.html index b4c8bae94..618ae0443 100644 --- a/Wrc/libp2p/protocols/pubsub/errors.html +++ b/Wrc/libp2p/protocols/pubsub/errors.html @@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source diff --git a/Wrc/libp2p/protocols/pubsub/floodsub.html b/Wrc/libp2p/protocols/pubsub/floodsub.html index abaae2ca9..eb41923ca 100644 --- a/Wrc/libp2p/protocols/pubsub/floodsub.html +++ b/Wrc/libp2p/protocols/pubsub/floodsub.html @@ -208,7 +208,7 @@ window.addEventListener("DOMContentLoaded", main2);
  • FloodSub
  • @@ -225,13 +225,13 @@ window.addEventListener("DOMContentLoaded", main2); Procs @@ -580,7 +580,7 @@ class="link-seesrc" target="_blank">Source
    -
    ValidationSeenTable = Table[MessageID, HashSet[PubSubPeer]]
    +
    ValidationSeenTable = Table[MessageId, HashSet[PubSubPeer]]
    @@ -774,7 +774,7 @@ class="link-seesrc" target="_blank">Source
    diff --git a/Wrc/libp2p/protocols/pubsub/mcache.html b/Wrc/libp2p/protocols/pubsub/mcache.html index 261a86440..bde8c7bb9 100644 --- a/Wrc/libp2p/protocols/pubsub/mcache.html +++ b/Wrc/libp2p/protocols/pubsub/mcache.html @@ -207,11 +207,11 @@ window.addEventListener("DOMContentLoaded", main2);