From e67814ed8b46e35819901c7859dc3d25ef9f4f9a Mon Sep 17 00:00:00 2001 From: = Date: Mon, 25 Mar 2024 17:22:03 +0000 Subject: [PATCH] update docs for ex-handlersupport --- ex-handlersupport/libp2p.html | 2 +- ex-handlersupport/libp2p/builders.html | 104 +++++------ ex-handlersupport/libp2p/connmanager.html | 2 +- .../libp2p/crypto/chacha20poly1305.html | 2 +- ex-handlersupport/libp2p/crypto/crypto.html | 112 ++---------- .../libp2p/crypto/curve25519.html | 2 +- ex-handlersupport/libp2p/crypto/ecnist.html | 2 +- .../libp2p/crypto/ed25519/constants.html | 2 +- .../libp2p/crypto/ed25519/ed25519.html | 2 +- ex-handlersupport/libp2p/crypto/hkdf.html | 2 +- ex-handlersupport/libp2p/crypto/minasn1.html | 2 +- ex-handlersupport/libp2p/crypto/rsa.html | 2 +- ex-handlersupport/libp2p/crypto/secp.html | 2 +- ex-handlersupport/libp2p/dial.html | 2 +- ex-handlersupport/libp2p/dialer.html | 2 +- ex-handlersupport/libp2p/errors.html | 2 +- ex-handlersupport/libp2p/multiaddress.html | 2 +- ex-handlersupport/libp2p/multibase.html | 2 +- ex-handlersupport/libp2p/multicodec.html | 2 +- ex-handlersupport/libp2p/multihash.html | 2 +- ex-handlersupport/libp2p/multistream.html | 171 ++++++++++-------- .../libp2p/muxers/mplex/coder.html | 2 +- .../libp2p/muxers/mplex/mplex.html | 2 +- ex-handlersupport/libp2p/muxers/muxer.html | 2 +- .../libp2p/muxers/yamux/yamux.html | 2 +- .../libp2p/nameresolving/nameresolver.html | 2 +- .../libp2p/observedaddrmanager.html | 2 +- ex-handlersupport/libp2p/peerid.html | 2 +- ex-handlersupport/libp2p/peerinfo.html | 4 +- .../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 | 25 +-- .../connectivity/relay/rtransport.html | 2 +- .../protocols/connectivity/relay/utils.html | 2 +- .../libp2p/protocols/identify.html | 2 +- ex-handlersupport/libp2p/protocols/ping.html | 4 +- .../libp2p/protocols/protocol.html | 153 ++++++++-------- .../libp2p/protocols/pubsub.html | 4 +- .../libp2p/protocols/pubsub/errors.html | 2 +- .../libp2p/protocols/pubsub/floodsub.html | 14 +- .../libp2p/protocols/pubsub/gossipsub.html | 68 +++---- .../protocols/pubsub/gossipsub/behavior.html | 2 +- .../protocols/pubsub/gossipsub/scoring.html | 25 ++- .../protocols/pubsub/gossipsub/types.html | 2 +- .../libp2p/protocols/pubsub/mcache.html | 14 +- .../libp2p/protocols/pubsub/peertable.html | 2 +- .../libp2p/protocols/pubsub/pubsub.html | 80 ++++---- .../libp2p/protocols/pubsub/pubsubpeer.html | 24 +-- .../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 +- .../libp2p/protocols/rendezvous.html | 24 +-- .../libp2p/protocols/secure/noise.html | 2 +- .../libp2p/protocols/secure/secure.html | 4 +- ex-handlersupport/libp2p/routing_record.html | 4 +- ex-handlersupport/libp2p/signed_envelope.html | 4 +- .../libp2p/stream/bufferstream.html | 4 +- .../libp2p/stream/chronosstream.html | 2 +- .../libp2p/stream/connection.html | 4 +- ex-handlersupport/libp2p/stream/lpstream.html | 2 +- .../libp2p/stream/streamseq.html | 2 +- ex-handlersupport/libp2p/switch.html | 4 +- ex-handlersupport/libp2p/transcoder.html | 2 +- .../libp2p/transports/tcptransport.html | 2 +- .../libp2p/transports/transport.html | 21 ++- .../libp2p/transports/wstransport.html | 2 +- .../libp2p/upgrademngrs/muxedupgrade.html | 42 ++--- .../libp2p/upgrademngrs/upgrade.html | 40 ++-- ex-handlersupport/libp2p/utility.html | 2 +- ex-handlersupport/libp2p/utils/future.html | 2 +- ex-handlersupport/libp2p/utils/heartbeat.html | 2 +- .../libp2p/utils/offsettedseq.html | 2 +- ex-handlersupport/libp2p/utils/semaphore.html | 2 +- ex-handlersupport/libp2p/varint.html | 2 +- ex-handlersupport/libp2p/vbuffer.html | 2 +- ex-handlersupport/libp2p/wire.html | 2 +- ex-handlersupport/theindex.html | 132 +++++++------- 82 files changed, 590 insertions(+), 673 deletions(-) diff --git a/ex-handlersupport/libp2p.html b/ex-handlersupport/libp2p.html index 5e14e319a..5badcbca1 100644 --- a/ex-handlersupport/libp2p.html +++ b/ex-handlersupport/libp2p.html @@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source diff --git a/ex-handlersupport/libp2p/builders.html b/ex-handlersupport/libp2p/builders.html index 85ab4c7d0..96933f445 100644 --- a/ex-handlersupport/libp2p/builders.html +++ b/ex-handlersupport/libp2p/builders.html @@ -207,7 +207,7 @@ window.addEventListener("DOMContentLoaded", main2); - - - -