update docs for ll-identify

This commit is contained in:
= 2023-11-21 20:21:32 +00:00
parent ab404a86ed
commit d8cb085693
82 changed files with 419 additions and 385 deletions

View File

@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:36 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:29 UTC</small>
</div>
</div>
</div>

View File

@ -228,7 +228,8 @@ window.addEventListener("DOMContentLoaded", main2);
autonat: bool
circuitRelay: Relay
rdv: RendezVous
services: seq[Service]">SwitchBuilder</a></li>
services: seq[Service]
observedAddrManager: ObservedAddrManager">SwitchBuilder</a></li>
<li><a class="reference" href="#TransportProvider"
title="TransportProvider {.public.} = proc (upgr: Upgrade): Transport {.gcsafe,
raises: [].}">TransportProvider</a></li>
@ -320,6 +321,13 @@ window.addEventListener("DOMContentLoaded", main2);
<li><a class="reference" href="#withNoise%2CSwitchBuilder"
title="withNoise(b: SwitchBuilder): SwitchBuilder">withNoise(b: SwitchBuilder): SwitchBuilder</a></li>
</ul>
<ul class="simple nested-toc-section">withObservedAddrManager
<li><a class="reference" href="#withObservedAddrManager%2CSwitchBuilder%2CObservedAddrManager"
title="withObservedAddrManager(b: SwitchBuilder;
observedAddrManager: ObservedAddrManager): SwitchBuilder">withObservedAddrManager(b: SwitchBuilder;
observedAddrManager: ObservedAddrManager): SwitchBuilder</a></li>
</ul>
<ul class="simple nested-toc-section">withPeerStore
<li><a class="reference" href="#withPeerStore%2CSwitchBuilder%2Cint"
@ -398,7 +406,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="section" id="6">
<h1><a class="toc-backref" href="#6">Imports</a></h1>
<dl class="item">
<a class="reference external" href="switch.html">switch</a>, <a class="reference external" href="peerid.html">peerid</a>, <a class="reference external" href="peerinfo.html">peerinfo</a>, <a class="reference external" href="stream/connection.html">stream/connection</a>, <a class="reference external" href="multiaddress.html">multiaddress</a>, <a class="reference external" href="crypto/crypto.html">crypto/crypto</a>, <a class="reference external" href="transports/transport.html">transports/transport</a>, <a class="reference external" href="transports/tcptransport.html">transports/tcptransport</a>, <a class="reference external" href="muxers/muxer.html">muxers/muxer</a>, <a class="reference external" href="muxers/mplex/mplex.html">muxers/mplex/mplex</a>, <a class="reference external" href="muxers/yamux/yamux.html">muxers/yamux/yamux</a>, <a class="reference external" href="protocols/identify.html">protocols/identify</a>, <a class="reference external" href="protocols/secure/secure.html">protocols/secure/secure</a>, <a class="reference external" href="protocols/secure/noise.html">protocols/secure/noise</a>, <a class="reference external" href="protocols/rendezvous.html">protocols/rendezvous</a>, <a class="reference external" href="protocols/connectivity/autonat/server.html">protocols/connectivity/autonat/server</a>, <a class="reference external" href="protocols/connectivity/relay/relay.html">protocols/connectivity/relay/relay</a>, <a class="reference external" href="protocols/connectivity/relay/client.html">protocols/connectivity/relay/client</a>, <a class="reference external" href="protocols/connectivity/relay/rtransport.html">protocols/connectivity/relay/rtransport</a>, <a class="reference external" href="connmanager.html">connmanager</a>, <a class="reference external" href="upgrademngrs/muxedupgrade.html">upgrademngrs/muxedupgrade</a>, <a class="reference external" href="nameresolving/nameresolver.html">nameresolving/nameresolver</a>, <a class="reference external" href="errors.html">errors</a>, <a class="reference external" href="utility.html">utility</a>
<a class="reference external" href="switch.html">switch</a>, <a class="reference external" href="peerid.html">peerid</a>, <a class="reference external" href="peerinfo.html">peerinfo</a>, <a class="reference external" href="stream/connection.html">stream/connection</a>, <a class="reference external" href="multiaddress.html">multiaddress</a>, <a class="reference external" href="crypto/crypto.html">crypto/crypto</a>, <a class="reference external" href="transports/transport.html">transports/transport</a>, <a class="reference external" href="transports/tcptransport.html">transports/tcptransport</a>, <a class="reference external" href="muxers/muxer.html">muxers/muxer</a>, <a class="reference external" href="muxers/mplex/mplex.html">muxers/mplex/mplex</a>, <a class="reference external" href="muxers/yamux/yamux.html">muxers/yamux/yamux</a>, <a class="reference external" href="protocols/identify.html">protocols/identify</a>, <a class="reference external" href="protocols/secure/secure.html">protocols/secure/secure</a>, <a class="reference external" href="protocols/secure/noise.html">protocols/secure/noise</a>, <a class="reference external" href="protocols/rendezvous.html">protocols/rendezvous</a>, <a class="reference external" href="protocols/connectivity/autonat/server.html">protocols/connectivity/autonat/server</a>, <a class="reference external" href="protocols/connectivity/relay/relay.html">protocols/connectivity/relay/relay</a>, <a class="reference external" href="protocols/connectivity/relay/client.html">protocols/connectivity/relay/client</a>, <a class="reference external" href="protocols/connectivity/relay/rtransport.html">protocols/connectivity/relay/rtransport</a>, <a class="reference external" href="connmanager.html">connmanager</a>, <a class="reference external" href="upgrademngrs/muxedupgrade.html">upgrademngrs/muxedupgrade</a>, <a class="reference external" href="observedaddrmanager.html">observedaddrmanager</a>, <a class="reference external" href="nameresolving/nameresolver.html">nameresolving/nameresolver</a>, <a class="reference external" href="errors.html">errors</a>, <a class="reference external" href="utility.html">utility</a>
</dl></div>
<div class="section" id="7">
<h1><a class="toc-backref" href="#7">Types</a></h1>
@ -437,6 +445,7 @@ class="link-seesrc" target="_blank">Source</a>
<span class="Identifier">circuitRelay</span><span class="Other">:</span> <a href="protocols/connectivity/relay/relay.html#Relay"><span class="Identifier">Relay</span></a>
<span class="Identifier">rdv</span><span class="Other">:</span> <a href="protocols/rendezvous.html#RendezVous"><span class="Identifier">RendezVous</span></a>
<span class="Identifier">services</span><span class="Other">:</span> <span class="Identifier">seq</span><span class="Other">[</span><a href="transports/transport.html#Service"><span class="Identifier">Service</span></a><span class="Other">]</span>
<span class="Identifier">observedAddrManager</span><span class="Other">:</span> <a href="observedaddrmanager.html#ObservedAddrManager"><span class="Identifier">ObservedAddrManager</span></a>
</pre></dt>
<dd>
@ -472,9 +481,9 @@ class="link-seesrc" target="_blank">Source</a>
Creates a SwitchBuilder
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L63"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L64"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L63" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L64" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -494,9 +503,9 @@ class="link-seesrc" target="_blank">Source</a>
Helper for common switch configurations.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L279"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L289"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L279" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L289" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -507,9 +516,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Set the listening address of the switch<br/>Calling it multiple time will override the value<br/></p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L88"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L89"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L88" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L89" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -520,9 +529,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>Set the listening addresses of the switch<br/>Calling it multiple time will override the value<br/></p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L95"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L96"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L95" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L96" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -533,9 +542,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L180"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L181"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L180" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L181" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -545,9 +554,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L188"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L189"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L188" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L189" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -558,9 +567,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L192"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L193"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L192" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L193" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -571,9 +580,9 @@ class="link-seesrc" target="_blank">Source</a>
Maximum concurrent connections of the switch. You should either use this, or <a class="reference external" href="#withMaxIn,SwitchBuilder,int">withMaxIn</a> &amp; <a class="reference external" href="#withMaxOut,SwitchBuilder,int">withMaxOut</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L152"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L153"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L152" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L153" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -584,9 +593,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L168"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L169"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L168" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L169" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -597,9 +606,9 @@ class="link-seesrc" target="_blank">Source</a>
Maximum concurrent incoming connections. Should be used with <a class="reference external" href="#withMaxOut,SwitchBuilder,int">withMaxOut</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L158"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L159"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L158" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L159" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -610,9 +619,9 @@ class="link-seesrc" target="_blank">Source</a>
Maximum concurrent outgoing connections. Should be used with <a class="reference external" href="#withMaxIn,SwitchBuilder,int">withMaxIn</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L163"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L164"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L163" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L164" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -623,9 +632,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L184"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L185"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L184" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L185" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -635,9 +644,23 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L131"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L132"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L131" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L132" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="withObservedAddrManager,SwitchBuilder,ObservedAddrManager" class="tohide">
<dt><pre><span class="Keyword">proc</span> <a href="#withObservedAddrManager%2CSwitchBuilder%2CObservedAddrManager"><span class="Identifier">withObservedAddrManager</span></a><span class="Other">(</span><span class="Identifier">b</span><span class="Other">:</span> <a href="muxers/mplex/mplex.html#SwitchBuilder"><span class="Identifier">SwitchBuilder</span></a><span class="Other">;</span>
<span class="Identifier">observedAddrManager</span><span class="Other">:</span> <a href="observedaddrmanager.html#ObservedAddrManager"><span class="Identifier">ObservedAddrManager</span></a><span class="Other">)</span><span class="Other">:</span> <a href="muxers/mplex/mplex.html#SwitchBuilder"><span class="Identifier">SwitchBuilder</span></a> {.
<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span><span class="Other">,</span> <span class="Identifier">tags</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt>
<dd>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L205"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L205" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -648,9 +671,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L172"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L173"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L172" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L173" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -661,9 +684,9 @@ class="link-seesrc" target="_blank">Source</a>
Set the private key of the switch. Will be used to generate a PeerId
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L81"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L82"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L81" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L82" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -674,9 +697,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L176"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L177"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L176" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L177" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -687,9 +710,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L196"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L197"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L196" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L197" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -700,9 +723,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L148"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L149"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L148" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L149" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -713,9 +736,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L200"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L201"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L200" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L201" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -726,9 +749,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L102"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L103"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L102" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L103" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -739,9 +762,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L145"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L146"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L145" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L146" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -757,9 +780,9 @@ Use a custom transport
<span class="Operator">.</span><span class="Identifier">withTransport</span><span class="Punctuation">(</span><span class="Keyword">proc</span><span class="Punctuation">(</span><span class="Identifier">upgr</span><span class="Punctuation">:</span> <span class="Identifier">Upgrade</span><span class="Punctuation">)</span><span class="Punctuation">:</span> <span class="Identifier">Transport</span> <span class="Operator">=</span> <span class="Identifier">TcpTransport</span><span class="Operator">.</span><span class="Identifier">new</span><span class="Punctuation">(</span><span class="Identifier">flags</span><span class="Punctuation">,</span> <span class="Identifier">upgr</span><span class="Punctuation">)</span><span class="Punctuation">)</span>
<span class="Operator">.</span><span class="Identifier">build</span><span class="Punctuation">(</span><span class="Punctuation">)</span></pre>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L135"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/builders.nim#L136"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L135" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/builders.nim#L136" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -778,7 +801,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -857,7 +857,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -1703,7 +1703,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:32 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:31 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:31 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:31 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:31 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:32 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -382,7 +382,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -451,7 +451,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -357,7 +357,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -1061,9 +1061,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L520"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L523"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L520" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L523" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1076,9 +1076,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L470"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L473"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L470" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L473" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1088,9 +1088,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L465"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L468"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L465" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L468" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1100,9 +1100,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L466"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L469"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L466" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L469" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1117,9 +1117,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L472"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L475"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L472" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L475" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1129,9 +1129,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L467"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L470"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L467" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L470" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1141,9 +1141,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L464"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L467"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L464" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L467" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1170,9 +1170,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L503"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L506"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L503" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L506" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1199,9 +1199,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L509"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L512"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L509" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L512" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1212,9 +1212,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L471"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L474"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L471" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L474" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1224,9 +1224,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L468"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L471"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L468" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L471" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1236,9 +1236,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L469"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L472"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L469" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L472" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1298,9 +1298,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L501"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L504"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L501" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L504" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1310,9 +1310,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L492"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L495"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L492" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L495" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1322,9 +1322,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L499"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L502"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L499" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L502" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1343,9 +1343,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L480"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L483"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L480" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L483" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1401,9 +1401,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L497"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L500"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L497" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L500" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1419,9 +1419,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L475"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L478"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L475" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L478" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1435,9 +1435,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L473"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L476"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L473" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L476" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1450,9 +1450,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L474"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L477"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L474" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L477" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1472,9 +1472,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L493"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L496"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L493" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L496" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1487,9 +1487,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L485"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L488"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L485" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L488" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1622,9 +1622,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L478"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L481"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L478" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L481" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1638,9 +1638,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L476"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L479"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L476" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L479" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1653,9 +1653,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L477"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L480"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L477" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L480" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1665,9 +1665,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L481"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L484"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L481" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L484" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1685,9 +1685,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L495"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L498"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L495" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L498" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1706,9 +1706,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L479"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L482"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L479" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L482" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1757,9 +1757,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L515"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L518"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L515" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L518" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1789,9 +1789,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L491"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L494"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L491" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L494" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1815,9 +1815,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L489"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L492"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L489" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L492" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1838,9 +1838,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L490"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L493"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L490" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L493" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1859,9 +1859,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L484"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L487"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L484" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L487" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1875,9 +1875,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L482"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L485"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L482" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L485" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1890,9 +1890,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L483"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L486"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L483" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L486" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1913,9 +1913,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L488"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L491"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L488" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L491" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1931,9 +1931,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L486"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L489"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L486" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L489" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1948,9 +1948,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L487"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L490"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L487" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L490" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1965,9 +1965,9 @@ class="link-seesrc" target="_blank">Source</a>
Return pattern <tt class="docutils literal"><span class="pre">pat</span></tt> as string.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1094"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1097"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1094" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1097" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1977,9 +1977,9 @@ class="link-seesrc" target="_blank">Source</a>
Return string representation of MultiAddress <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L779"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L782"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L779" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L782" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -1992,9 +1992,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>This procedure performs validation of concatenated result and can raise exception on error. </p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1038"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1041"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1038" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1041" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2007,9 +2007,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>This procedure performs validation of concatenated result and can raise exception on error. </p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1028"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1031"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1028" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1031" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2020,9 +2020,9 @@ class="link-seesrc" target="_blank">Source</a>
Check of two MultiAddress are equal
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1048"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1051"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1048" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1051" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2033,9 +2033,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns partial MultiAddress with MultiCodec <tt class="docutils literal"><span class="pre">codec</span></tt> and present in MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L738"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L741"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L738" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L741" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2046,9 +2046,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns part with index <tt class="docutils literal"><span class="pre">i</span></tt> of MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L674"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L677"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L674" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L677" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2059,9 +2059,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns parts with slice <tt class="docutils literal"><span class="pre">slice</span></tt> of MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L682"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L685"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L682" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L685" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2072,9 +2072,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1021"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1024"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1021" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1024" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2084,9 +2084,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1106"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1109"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1106" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1109" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2097,9 +2097,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1012"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1015"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1012" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1015" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2110,9 +2110,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns <tt class="docutils literal"><span class="pre">true</span></tt>, if address with MultiCodec <tt class="docutils literal"><span class="pre">codec</span></tt> present in MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L729"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L732"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L729" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L732" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2135,9 +2135,9 @@ class="link-seesrc" target="_blank">Source</a>
Get MultiBase encoded representation of <tt class="docutils literal"><span class="pre">ma</span></tt> using encoding <tt class="docutils literal"><span class="pre">encoding</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L800"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L803"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L800" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L803" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2148,9 +2148,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1112"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1115"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1112" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1115" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2162,9 +2162,9 @@ class="link-seesrc" target="_blank">Source</a>
Read repeated field from protobuf message. <tt class="docutils literal"><span class="pre">field</span></tt> is field number. If the message is malformed, an error is returned. If field is not present in message, then <tt class="docutils literal"><span class="pre">ok(false)</span></tt> is returned and value is empty. If field is present, but no items could be parsed, then <tt class="docutils literal"><span class="pre">err(ProtoError.IncorrectBlob)</span></tt> is returned and value is empty. If field is present and some item could be parsed, then <tt class="docutils literal"><span class="pre">true</span></tt> is returned and value contains the parsed values.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1123"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1126"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1123" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1126" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2186,9 +2186,9 @@ class="link-seesrc" target="_blank">Source</a>
Return hexadecimal string representation of MultiAddress <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L792"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L795"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L792" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L795" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2198,9 +2198,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize empty MultiAddress.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L954"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L957"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L954" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L957" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2211,9 +2211,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize MultiAddress using chronos.TransportAddress (IPv4/IPv6/Unix) and protocol information (UDP/TCP).
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L980"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L983"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L980" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L983" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2225,9 +2225,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L958"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L961"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L958" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L961" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2238,9 +2238,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize MultiAddress with array of bytes <tt class="docutils literal"><span class="pre">data</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L939"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L942"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L939" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L942" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2252,9 +2252,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize MultiAddress object from protocol id <tt class="docutils literal"><span class="pre">protocol</span></tt> and array of bytes <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L827"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L830"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L827" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L830" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2265,9 +2265,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize MultiAddress object from protocol id <tt class="docutils literal"><span class="pre">protocol</span></tt> and integer <tt class="docutils literal"><span class="pre">value</span></tt>. This procedure can be used to instantiate <tt class="docutils literal"><span class="pre">tcp</span></tt>, <tt class="docutils literal"><span class="pre">udp</span></tt>, <tt class="docutils literal"><span class="pre">dccp</span></tt> and <tt class="docutils literal"><span class="pre">sctp</span></tt> MultiAddresses.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L865"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L868"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L865" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L868" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2278,9 +2278,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize MultiAddress object from protocol id <tt class="docutils literal"><span class="pre">protocol</span></tt> and peer id <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L859"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L862"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L859" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L862" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2291,9 +2291,9 @@ class="link-seesrc" target="_blank">Source</a>
Initialize MultiAddress object from string representation <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L891"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L894"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L891" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L894" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2303,9 +2303,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns <tt class="docutils literal"><span class="pre">true</span></tt>, if MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt> is empty or non initialized.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1008"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1011"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1008" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1011" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2315,9 +2315,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L722"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L725"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L722" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L725" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2364,9 +2364,9 @@ class="link-seesrc" target="_blank">Source</a>
Match full <tt class="docutils literal"><span class="pre">address</span></tt> using pattern <tt class="docutils literal"><span class="pre">pat</span></tt> and return <tt class="docutils literal"><span class="pre">true</span></tt> if <tt class="docutils literal"><span class="pre">address</span></tt> satisfies pattern.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1080"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1083"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1080" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1083" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2377,9 +2377,9 @@ class="link-seesrc" target="_blank">Source</a>
Match prefix part of <tt class="docutils literal"><span class="pre">address</span></tt> using pattern <tt class="docutils literal"><span class="pre">pat</span></tt> and return <tt class="docutils literal"><span class="pre">true</span></tt> if <tt class="docutils literal"><span class="pre">address</span></tt> starts with pattern.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1087"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1090"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1087" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1090" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2392,9 +2392,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>If current MultiAddress do not have argument value, then result array will be empty.</p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L601"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L604"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L601" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L604" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2407,9 +2407,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>If current MultiAddress do not have argument value, then result array will be empty.</p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L611"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L614"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L611" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L614" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2422,9 +2422,9 @@ class="link-seesrc" target="_blank">Source</a>
<p>If current MultiAddress do not have argument value, then result will be <tt class="docutils literal"><span class="pre">0</span></tt>.</p>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L566"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L569"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L566" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L569" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2435,9 +2435,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt> protocol code.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L540"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L543"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L540" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L543" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2448,9 +2448,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns list of protocol codecs inside of MultiAddress <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L785"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L788"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L785" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L788" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2461,9 +2461,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt> protocol name.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L553"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L556"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L553" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L556" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2474,9 +2474,9 @@ class="link-seesrc" target="_blank">Source</a>
Return string representation of MultiAddress <tt class="docutils literal"><span class="pre">value</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L747"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L750"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L747" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L750" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2486,9 +2486,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns <tt class="docutils literal"><span class="pre">true</span></tt> if MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt> is valid.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L806"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L809"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L806" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L809" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2499,9 +2499,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1109"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L1112"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1109" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L1112" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2512,9 +2512,9 @@ class="link-seesrc" target="_blank">Source</a>
Write MultiAddress value <tt class="docutils literal"><span class="pre">ma</span></tt> to buffer <tt class="docutils literal"><span class="pre">vb</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L796"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L799"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L796" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L799" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2530,9 +2530,9 @@ class="link-seesrc" target="_blank">Source</a>
Iterates over all addresses inside of MultiAddress <tt class="docutils literal"><span class="pre">ma</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L686"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multiaddress.nim#L689"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L686" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multiaddress.nim#L689" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -2551,7 +2551,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:32 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:25 UTC</small>
</div>
</div>
</div>

View File

@ -297,9 +297,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L239"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L240"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L239" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L240" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -310,9 +310,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L240"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L241"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L240" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L241" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -327,9 +327,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L244"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L245"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L244" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L245" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -344,9 +344,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns <tt class="docutils literal"><span class="pre">true</span></tt> if MultiCodecs <tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are not equal.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L291"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L292"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L291" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L292" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -356,9 +356,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns string representation of MultiCodec <tt class="docutils literal"><span class="pre">mc</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L270"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L271"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L270" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L271" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -368,9 +368,9 @@ class="link-seesrc" target="_blank">Source</a>
Returns <tt class="docutils literal"><span class="pre">true</span></tt> if MultiCodecs <tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are equal.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L287"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L288"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L287" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L288" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -380,9 +380,9 @@ class="link-seesrc" target="_blank">Source</a>
Compares MultiCodec <tt class="docutils literal"><span class="pre">mc</span></tt> with integer <tt class="docutils literal"><span class="pre">code</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L283"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L284"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L283" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L284" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -392,9 +392,9 @@ class="link-seesrc" target="_blank">Source</a>
Compares MultiCodec <tt class="docutils literal"><span class="pre">mc</span></tt> with string <tt class="docutils literal"><span class="pre">name</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L276"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L277"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L276" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L277" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -404,9 +404,9 @@ class="link-seesrc" target="_blank">Source</a>
Return MultiCodec from integer representation <tt class="docutils literal"><span class="pre">code</span></tt>. If <tt class="docutils literal"><span class="pre">code</span></tt> is not valid multicodec code, then <tt class="docutils literal"><span class="pre">InvalidMultiCodec</span></tt> will be returned.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L305"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L306"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L305" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L306" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -417,9 +417,9 @@ class="link-seesrc" target="_blank">Source</a>
Return MultiCodec from string representation <tt class="docutils literal"><span class="pre">name</span></tt>. If <tt class="docutils literal"><span class="pre">name</span></tt> is not valid multicodec name, then <tt class="docutils literal"><span class="pre">InvalidMultiCodec</span></tt> will be returned.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L299"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L300"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L299" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L300" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -429,9 +429,9 @@ class="link-seesrc" target="_blank">Source</a>
Hash procedure for tables.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L295"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L296"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L295" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L296" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -441,9 +441,9 @@ class="link-seesrc" target="_blank">Source</a>
Generate MultiCodec from integer <tt class="docutils literal"><span class="pre">code</span></tt> at compile time.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L264"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L265"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L264" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L265" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -453,9 +453,9 @@ class="link-seesrc" target="_blank">Source</a>
Generate MultiCodec from string <tt class="docutils literal"><span class="pre">name</span></tt> at compile time.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L258"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L259"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L258" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L259" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -465,9 +465,9 @@ class="link-seesrc" target="_blank">Source</a>
Write MultiCodec to buffer <tt class="docutils literal"><span class="pre">vb</span></tt>.
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L315"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/multicodec.nim#L316"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L315" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/multicodec.nim#L316" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -481,7 +481,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:32 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:25 UTC</small>
</div>
</div>
</div>

View File

@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:25 UTC</small>
</div>
</div>
</div>

View File

@ -539,7 +539,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -415,7 +415,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -533,7 +533,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -349,9 +349,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L359"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L361"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L359" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L361" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -425,9 +425,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L524"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L527"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L524" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L527" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -438,9 +438,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L349"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L351"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L349" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L351" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -451,9 +451,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L273"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L275"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L273" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L275" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -470,9 +470,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L406"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L408"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L406" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L408" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -496,9 +496,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L508"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L511"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L508" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L511" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -508,9 +508,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L356"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L358"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L356" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L358" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -522,9 +522,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L432"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L434"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L432" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L434" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -536,9 +536,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L514"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L517"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L514" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L517" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -550,9 +550,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L236"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L237"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L236" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L237" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -563,9 +563,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L333"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/muxers/yamux/yamux.nim#L335"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L333" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/muxers/yamux/yamux.nim#L335" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -584,7 +584,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -375,7 +375,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -484,7 +484,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -931,7 +931,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:30 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:22 UTC</small>
</div>
</div>
</div>

View File

@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -377,7 +377,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -567,7 +567,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -415,7 +415,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -368,7 +368,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -273,7 +273,9 @@ window.addEventListener("DOMContentLoaded", main2);
</ul>
<ul class="simple nested-toc-section">new
<li><a class="reference" href="#new%2Ctypedesc%5BIdentify%5D%2CPeerInfo"
title="new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false): T:type">new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false): T:type</a></li>
title="new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false;
observedAddrManager = ObservedAddrManager.new()): T:type">new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false;
observedAddrManager = ObservedAddrManager.new()): T:type</a></li>
<li><a class="reference" href="#new%2Ctypedesc%5BIdentifyPush%5D%2CIdentifyPushHandler"
title="new(T: typedesc[IdentifyPush]; handler: IdentifyPushHandler = nil): T:type">new(T: typedesc[IdentifyPush]; handler: IdentifyPushHandler = nil): T:type</a></li>
@ -330,7 +332,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="section" id="6">
<h1><a class="toc-backref" href="#6">Imports</a></h1>
<dl class="item">
<a class="reference external" href="../protobuf/minprotobuf.html">../protobuf/minprotobuf</a>, <a class="reference external" href="../peerinfo.html">../peerinfo</a>, <a class="reference external" href="../stream/connection.html">../stream/connection</a>, <a class="reference external" href="../peerid.html">../peerid</a>, <a class="reference external" href="../crypto/crypto.html">../crypto/crypto</a>, <a class="reference external" href="../multiaddress.html">../multiaddress</a>, <a class="reference external" href="protocol.html">protocol</a>, <a class="reference external" href="../utility.html">../utility</a>, <a class="reference external" href="../errors.html">../errors</a>, <a class="reference external" href="../observedaddrmanager.html">../observedaddrmanager</a>
<a class="reference external" href="../protobuf/minprotobuf.html">../protobuf/minprotobuf</a>, <a class="reference external" href="../peerinfo.html">../peerinfo</a>, <a class="reference external" href="../stream/connection.html">../stream/connection</a>, <a class="reference external" href="../peerid.html">../peerid</a>, <a class="reference external" href="../crypto/crypto.html">../crypto/crypto</a>, <a class="reference external" href="../multiaddress.html">../multiaddress</a>, <a class="reference external" href="../multicodec.html">../multicodec</a>, <a class="reference external" href="protocol.html">protocol</a>, <a class="reference external" href="../utility.html">../utility</a>, <a class="reference external" href="../errors.html">../errors</a>, <a class="reference external" href="../observedaddrmanager.html">../observedaddrmanager</a>
</dl></div>
<div class="section" id="7">
<h1><a class="toc-backref" href="#7">Types</a></h1>
@ -345,9 +347,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L56"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L57"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L56" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L57" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -357,9 +359,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L41"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L42"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L41" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L42" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -378,9 +380,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L46"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L47"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L46" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L47" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -390,9 +392,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L44"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L45"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L44" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L45" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -404,9 +406,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L67"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L68"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L67" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L68" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -417,9 +419,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L61"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L62"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L61" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L62" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -429,9 +431,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L43"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L44"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L43" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L44" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -441,9 +443,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L42"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L43"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L42" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L43" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -458,9 +460,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L38"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L39"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L38" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L39" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -469,18 +471,6 @@ class="link-seesrc" target="_blank">Source</a>
<dd>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L35"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L35" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="IdentifyPushCodec" class="tohide">
<dt><pre><a href="identify.html#IdentifyPushCodec"><span class="Identifier">IdentifyPushCodec</span></a> <span class="Other">=</span> <span class="StringLit">&quot;/ipfs/id/push/1.0.0&quot;</span></pre></dt>
<dd>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L36"
class="link-seesrc" target="_blank">Source</a>
@ -488,8 +478,8 @@ class="link-seesrc" target="_blank">Source</a>
</dd>
</div>
<div id="ProtoVersion" class="tohide">
<dt><pre><a href="identify.html#ProtoVersion"><span class="Identifier">ProtoVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;ipfs/0.1.0&quot;</span></pre></dt>
<div id="IdentifyPushCodec" class="tohide">
<dt><pre><a href="identify.html#IdentifyPushCodec"><span class="Identifier">IdentifyPushCodec</span></a> <span class="Other">=</span> <span class="StringLit">&quot;/ipfs/id/push/1.0.0&quot;</span></pre></dt>
<dd>
@ -498,6 +488,18 @@ href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L37" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="ProtoVersion" class="tohide">
<dt><pre><a href="identify.html#ProtoVersion"><span class="Identifier">ProtoVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;ipfs/0.1.0&quot;</span></pre></dt>
<dd>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L38"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L38" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -512,9 +514,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L112"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L113"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L112" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L113" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -526,9 +528,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L170"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L172"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L170" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L172" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -538,22 +540,23 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L200"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L206"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L200" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L206" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
<div id="new,typedesc[Identify],PeerInfo" class="tohide">
<dt><pre><span class="Keyword">proc</span> <a href="#new%2Ctypedesc%5BIdentify%5D%2CPeerInfo"><span class="Identifier">new</span></a><span class="Other">(</span><span class="Identifier">T</span><span class="Other">:</span> <span class="Identifier">typedesc</span><span class="Other">[</span><a href="identify.html#Identify"><span class="Identifier">Identify</span></a><span class="Other">]</span><span class="Other">;</span> <span class="Identifier">peerInfo</span><span class="Other">:</span> <a href="../peerinfo.html#PeerInfo"><span class="Identifier">PeerInfo</span></a><span class="Other">;</span> <span class="Identifier">sendSignedPeerRecord</span> <span class="Other">=</span> <span class="Identifier">false</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">T:type</span> {.
<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt>
<dt><pre><span class="Keyword">proc</span> <a href="#new%2Ctypedesc%5BIdentify%5D%2CPeerInfo"><span class="Identifier">new</span></a><span class="Other">(</span><span class="Identifier">T</span><span class="Other">:</span> <span class="Identifier">typedesc</span><span class="Other">[</span><a href="identify.html#Identify"><span class="Identifier">Identify</span></a><span class="Other">]</span><span class="Other">;</span> <span class="Identifier">peerInfo</span><span class="Other">:</span> <a href="../peerinfo.html#PeerInfo"><span class="Identifier">PeerInfo</span></a><span class="Other">;</span>
<span class="Identifier">sendSignedPeerRecord</span> <span class="Other">=</span> <span class="Identifier">false</span><span class="Other">;</span>
<span class="Identifier">observedAddrManager</span> <span class="Other">=</span> <a href="../observedaddrmanager.html#ObservedAddrManager"><span class="Identifier">ObservedAddrManager</span></a><span class="Other">.</span><span class="Identifier">new</span><span class="Other">(</span><span class="Other">)</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">T:type</span> {.<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt>
<dd>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L138"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L139"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L138" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L139" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -564,9 +567,9 @@ class="link-seesrc" target="_blank">Source</a>
Create a IdentifyPush protocol. <tt class="docutils literal"><span class="pre"><span class="Identifier">handler</span></span></tt> will be called every time a peer sends us new <tt class="docutils literal"><span class="pre"><span class="Identifier">PeerInfo</span></span></tt>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L193"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L199"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L193" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L199" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -578,9 +581,9 @@ class="link-seesrc" target="_blank">Source</a>
Send new <tt class="docutils literal"><span class="pre"><span class="Identifier">peerInfo</span></span></tt>s to a connection
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L230"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L236"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L230" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L236" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -595,9 +598,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L151"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L153"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L151" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L153" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -612,9 +615,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L70"
href="https://github.com/status-im/nim-libp2p/tree/ll-identify/libp2p/protocols/identify.nim#L71"
class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L70" class="link-seesrc" target="_blank" >Edit</a>
&nbsp;&nbsp;<a href="https://github.com/status-im/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L71" class="link-seesrc" target="_blank" >Edit</a>
</dd>
</div>
@ -633,7 +636,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -467,7 +467,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:36 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:29 UTC</small>
</div>
</div>
</div>

View File

@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -569,7 +569,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:36 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:29 UTC</small>
</div>
</div>
</div>

View File

@ -496,7 +496,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:36 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:29 UTC</small>
</div>
</div>
</div>

View File

@ -447,7 +447,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -780,7 +780,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -403,7 +403,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -1158,7 +1158,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -731,7 +731,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -645,7 +645,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -530,7 +530,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -561,7 +561,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -549,7 +549,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -503,7 +503,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -513,7 +513,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -497,7 +497,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -500,7 +500,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -1113,7 +1113,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -751,7 +751,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:26 UTC</small>
</div>
</div>
</div>

View File

@ -477,7 +477,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -491,7 +491,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -555,7 +555,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:28 UTC</small>
</div>
</div>
</div>

View File

@ -352,7 +352,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:35 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -435,7 +435,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:30 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:22 UTC</small>
</div>
</div>
</div>

View File

@ -271,7 +271,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -245,7 +245,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -512,7 +512,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -362,7 +362,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -725,7 +725,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:30 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:22 UTC</small>
</div>
</div>
</div>

View File

@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:32 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:24 UTC</small>
</div>
</div>
</div>

View File

@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:27 UTC</small>
</div>
</div>
</div>

View File

@ -3143,7 +3143,9 @@ window.addEventListener('DOMContentLoaded', main);
<li><a class="reference external"
data-doc-search-tag="rtransport: new(T: typedesc[RelayTransport]; cl: RelayClient; upgrader: Upgrade): T:type" href="libp2p/protocols/connectivity/relay/rtransport.html#new%2Ctypedesc%5BRelayTransport%5D%2CRelayClient%2CUpgrade">rtransport: new(T: typedesc[RelayTransport]; cl: RelayClient; upgrader: Upgrade): T:type</a></li>
<li><a class="reference external"
data-doc-search-tag="identify: new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false): T:type" href="libp2p/protocols/identify.html#new%2Ctypedesc%5BIdentify%5D%2CPeerInfo">identify: new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false): T:type</a></li>
data-doc-search-tag="identify: new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false;
observedAddrManager = ObservedAddrManager.new()): T:type" href="libp2p/protocols/identify.html#new%2Ctypedesc%5BIdentify%5D%2CPeerInfo">identify: new(T: typedesc[Identify]; peerInfo: PeerInfo; sendSignedPeerRecord = false;
observedAddrManager = ObservedAddrManager.new()): T:type</a></li>
<li><a class="reference external"
data-doc-search-tag="identify: new(T: typedesc[IdentifyPush]; handler: IdentifyPushHandler = nil): T:type" href="libp2p/protocols/identify.html#new%2Ctypedesc%5BIdentifyPush%5D%2CIdentifyPushHandler">identify: new(T: typedesc[IdentifyPush]; handler: IdentifyPushHandler = nil): T:type</a></li>
<li><a class="reference external"
@ -5057,6 +5059,12 @@ window.addEventListener('DOMContentLoaded', main);
<li><a class="reference external"
data-doc-search-tag="builders: withNoise(b: SwitchBuilder): SwitchBuilder" href="libp2p/builders.html#withNoise%2CSwitchBuilder">builders: withNoise(b: SwitchBuilder): SwitchBuilder</a></li>
</ul></dd>
<dt><a name="withObservedAddrManager" href="#withObservedAddrManager"><span>withObservedAddrManager:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="builders: withObservedAddrManager(b: SwitchBuilder;
observedAddrManager: ObservedAddrManager): SwitchBuilder" href="libp2p/builders.html#withObservedAddrManager%2CSwitchBuilder%2CObservedAddrManager">builders: withObservedAddrManager(b: SwitchBuilder;
observedAddrManager: ObservedAddrManager): SwitchBuilder</a></li>
</ul></dd>
<dt><a name="withPeerStats" href="#withPeerStats"><span>withPeerStats:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="scoring: withPeerStats(g: GossipSub; peerId: PeerId;
@ -5304,7 +5312,7 @@ window.addEventListener('DOMContentLoaded', main);
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 19:51:36 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-11-21 20:21:29 UTC</small>
</div>
</div>
</div>