update docs for master

This commit is contained in:
= 2025-02-28 12:09:39 +00:00
parent 1b3d901a0c
commit 8bb8821e46
83 changed files with 113 additions and 108 deletions

View File

@ -260,7 +260,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -809,7 +809,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:27 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -215,7 +215,7 @@ window.addEventListener("DOMContentLoaded", main2);
nil">ConnEvent</a></li> nil">ConnEvent</a></li>
<li><a class="reference" href="#ConnEventHandler" <li><a class="reference" href="#ConnEventHandler"
title="ConnEventHandler = proc (peerId: PeerId; event: ConnEvent): Future[void] {. title="ConnEventHandler = proc (peerId: PeerId; event: ConnEvent): Future[void] {.
gcsafe, raises: [].}">ConnEventHandler</a></li> gcsafe, async: (raises: []).}">ConnEventHandler</a></li>
<li><a class="reference" href="#ConnEventKind" <li><a class="reference" href="#ConnEventKind"
title="ConnEventKind {.pure.} = enum title="ConnEventKind {.pure.} = enum
Connected, Disconnected">ConnEventKind</a></li> Connected, Disconnected">ConnEventKind</a></li>
@ -239,7 +239,7 @@ window.addEventListener("DOMContentLoaded", main2);
nil">PeerEvent</a></li> nil">PeerEvent</a></li>
<li><a class="reference" href="#PeerEventHandler" <li><a class="reference" href="#PeerEventHandler"
title="PeerEventHandler = proc (peerId: PeerId; event: PeerEvent): Future[void] {. title="PeerEventHandler = proc (peerId: PeerId; event: PeerEvent): Future[void] {.
gcsafe, raises: [].}">PeerEventHandler</a></li> gcsafe, async: (raises: []).}">PeerEventHandler</a></li>
<li><a class="reference" href="#PeerEventKind" <li><a class="reference" href="#PeerEventKind"
title="PeerEventKind {.pure.} = enum title="PeerEventKind {.pure.} = enum
Left, Joined, Identified">PeerEventKind</a></li> Left, Joined, Identified">PeerEventKind</a></li>
@ -443,8 +443,8 @@ class="link-seesrc" target="_blank">Source</a>
</dd> </dd>
</div> </div>
<div id="ConnEventHandler" class="tohide"> <div id="ConnEventHandler" class="tohide">
<dt><pre><a href="peerstore.html#ConnEventHandler"><span class="Identifier">ConnEventHandler</span></a> <span class="Other">=</span> <span class="Keyword">proc</span> <span class="Other">(</span><span class="Identifier">peerId</span><span class="Other">:</span> <a href="peerid.html#PeerId"><span class="Identifier">PeerId</span></a><span class="Other">;</span> <span class="Identifier">event</span><span class="Other">:</span> <a href="peerstore.html#ConnEvent"><span class="Identifier">ConnEvent</span></a><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">Future</span><span class="Other">[</span><span class="Identifier">void</span><span class="Other">]</span> {. <dt><pre><a href="peerstore.html#ConnEventHandler"><span class="Identifier">ConnEventHandler</span></a> <span class="Other">=</span> <span class="Keyword">proc</span> <span class="Other">(</span><span class="Identifier">peerId</span><span class="Other">:</span> <span class="Identifier">PeerId</span><span class="Other">;</span> <span class="Identifier">event</span><span class="Other">:</span> <span class="Identifier">ConnEvent</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">Future</span><span class="Other">[</span><span class="Identifier">void</span><span class="Other">]</span> {.
<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">gcsafe</span><span class="Other">,</span> <span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt> <span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">gcsafe</span><span class="Other">,</span> </span><span class="Identifier">async</span><span class="Other">:</span> <span class="Other">(</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><span class="Other">)</span>.}</pre></dt>
<dd> <dd>
@ -510,8 +510,8 @@ class="link-seesrc" target="_blank">Source</a>
</dd> </dd>
</div> </div>
<div id="PeerEventHandler" class="tohide"> <div id="PeerEventHandler" class="tohide">
<dt><pre><a href="peerstore.html#PeerEventHandler"><span class="Identifier">PeerEventHandler</span></a> <span class="Other">=</span> <span class="Keyword">proc</span> <span class="Other">(</span><span class="Identifier">peerId</span><span class="Other">:</span> <a href="peerid.html#PeerId"><span class="Identifier">PeerId</span></a><span class="Other">;</span> <span class="Identifier">event</span><span class="Other">:</span> <a href="peerstore.html#PeerEvent"><span class="Identifier">PeerEvent</span></a><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">Future</span><span class="Other">[</span><span class="Identifier">void</span><span class="Other">]</span> {. <dt><pre><a href="peerstore.html#PeerEventHandler"><span class="Identifier">PeerEventHandler</span></a> <span class="Other">=</span> <span class="Keyword">proc</span> <span class="Other">(</span><span class="Identifier">peerId</span><span class="Other">:</span> <span class="Identifier">PeerId</span><span class="Other">;</span> <span class="Identifier">event</span><span class="Other">:</span> <span class="Identifier">PeerEvent</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">Future</span><span class="Other">[</span><span class="Identifier">void</span><span class="Other">]</span> {.
<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">gcsafe</span><span class="Other">,</span> <span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt> <span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">gcsafe</span><span class="Other">,</span> </span><span class="Identifier">async</span><span class="Other">:</span> <span class="Other">(</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><span class="Other">)</span>.}</pre></dt>
<dd> <dd>
@ -851,7 +851,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:06 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -391,7 +391,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1621,7 +1621,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:43 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -398,7 +398,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1450,7 +1450,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:42 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:46 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -3040,7 +3040,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:41 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:45 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -940,7 +940,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:42 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:45 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -275,7 +275,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1195,7 +1195,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:41 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:45 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1029,7 +1029,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:41 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:45 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -908,7 +908,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:42 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:46 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -402,7 +402,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:07 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -402,7 +402,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:22 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:25 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -312,7 +312,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:43 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -2694,7 +2694,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -396,7 +396,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:42 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:46 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -464,7 +464,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:42 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:46 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -689,7 +689,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:43 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -559,7 +559,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:48 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -399,7 +399,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -455,7 +455,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -536,7 +536,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:07 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -360,7 +360,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:48 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -806,7 +806,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:43 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -485,7 +485,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -941,7 +941,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:40 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:44 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -508,7 +508,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:06 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -281,9 +281,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a &nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/connectivity/autonat/server.nim#L160" href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/connectivity/autonat/server.nim#L162"
class="link-seesrc" target="_blank">Source</a> class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/connectivity/autonat/server.nim#L160" class="link-seesrc" target="_blank" >Edit</a> &nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/connectivity/autonat/server.nim#L162" class="link-seesrc" target="_blank" >Edit</a>
</dd> </dd>
</div> </div>
@ -302,7 +302,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -468,7 +468,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:27 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -722,7 +722,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -383,7 +383,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -568,7 +568,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:27 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -424,7 +424,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:27 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -261,9 +261,11 @@ window.addEventListener("DOMContentLoaded", main2);
</ul> </ul>
<ul class="simple nested-toc-section">identify <ul class="simple nested-toc-section">identify
<li><a class="reference" href="#identify%2CIdentify%2CConnection%2CPeerId" <li><a class="reference" href="#identify%2CIdentify%2CConnection%2CPeerId"
title="identify(self: Identify; conn: Connection; remotePeerId: PeerId): Future[ title="identify(self: Identify; conn: Connection; remotePeerId: PeerId): InternalRaisesFuture[
IdentifyInfo]">identify(self: Identify; conn: Connection; remotePeerId: PeerId): Future[ IdentifyInfo, (IdentityInvalidMsgError, IdentityNoMatchError, LPStreamError,
IdentifyInfo]</a></li> CancelledError)]">identify(self: Identify; conn: Connection; remotePeerId: PeerId): InternalRaisesFuture[
IdentifyInfo, (IdentityInvalidMsgError, IdentityNoMatchError, LPStreamError,
CancelledError)]</a></li>
</ul> </ul>
<ul class="simple nested-toc-section">init <ul class="simple nested-toc-section">init
@ -521,16 +523,17 @@ class="link-seesrc" target="_blank">Source</a>
</dd> </dd>
</div> </div>
<div id="identify,Identify,Connection,PeerId" class="tohide"> <div id="identify,Identify,Connection,PeerId" class="tohide">
<dt><pre><span class="Keyword">proc</span> <a href="#identify%2CIdentify%2CConnection%2CPeerId"><span class="Identifier">identify</span></a><span class="Other">(</span><span class="Identifier">self</span><span class="Other">:</span> <a href="identify.html#Identify"><span class="Identifier">Identify</span></a><span class="Other">;</span> <span class="Identifier">conn</span><span class="Other">:</span> <a href="../stream/connection.html#Connection"><span class="Identifier">Connection</span></a><span class="Other">;</span> <span class="Identifier">remotePeerId</span><span class="Other">:</span> <a href="../peerid.html#PeerId"><span class="Identifier">PeerId</span></a><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">Future</span><span class="Other">[</span> <dt><pre><span class="Keyword">proc</span> <a href="#identify%2CIdentify%2CConnection%2CPeerId"><span class="Identifier">identify</span></a><span class="Other">(</span><span class="Identifier">self</span><span class="Other">:</span> <a href="identify.html#Identify"><span class="Identifier">Identify</span></a><span class="Other">;</span> <span class="Identifier">conn</span><span class="Other">:</span> <a href="../stream/connection.html#Connection"><span class="Identifier">Connection</span></a><span class="Other">;</span> <span class="Identifier">remotePeerId</span><span class="Other">:</span> <a href="../peerid.html#PeerId"><span class="Identifier">PeerId</span></a><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">InternalRaisesFuture</span><span class="Other">[</span>
<a href="identify.html#IdentifyInfo"><span class="Identifier">IdentifyInfo</span></a><span class="Other">]</span> {.<span class="Identifier">stackTrace</span><span class="Other">:</span> <span class="DecNumber">false</span><span class="Other">,</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 class="Other">,</span> <span class="Identifier">gcsafe</span><span class="Other">,</span> <span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span><span class="Other">,</span> <a href="identify.html#IdentifyInfo"><span class="Identifier">IdentifyInfo</span></a><span class="Other">,</span> <span class="Other">(</span><a href="identify.html#IdentityInvalidMsgError"><span class="Identifier">IdentityInvalidMsgError</span></a><span class="Other">,</span> <a href="identify.html#IdentityNoMatchError"><span class="Identifier">IdentityNoMatchError</span></a><span class="Other">,</span> <a href="../stream/lpstream.html#LPStreamError"><span class="Identifier">LPStreamError</span></a><span class="Other">,</span>
<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="Identifier">RootEffect</span><span class="Other">]</span></span>.}</pre></dt> <span class="Identifier">CancelledError</span><span class="Other">)</span><span class="Other">]</span> {.<span class="Identifier">stackTrace</span><span class="Other">:</span> <span class="DecNumber">false</span><span class="Other">,</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 class="Other">,</span> <span class="Identifier">gcsafe</span><span class="Other">,</span>
<span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span><span class="Other">,</span> <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="Identifier">RootEffect</span><span class="Other">]</span></span>.}</pre></dt>
<dd> <dd>
&nbsp;&nbsp;<a &nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L169" href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L170"
class="link-seesrc" target="_blank">Source</a> class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L169" class="link-seesrc" target="_blank" >Edit</a> &nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L170" class="link-seesrc" target="_blank" >Edit</a>
</dd> </dd>
</div> </div>
@ -540,9 +543,9 @@ class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a &nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L207" href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L212"
class="link-seesrc" target="_blank">Source</a> class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L207" class="link-seesrc" target="_blank" >Edit</a> &nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L212" class="link-seesrc" target="_blank" >Edit</a>
</dd> </dd>
</div> </div>
@ -567,9 +570,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> 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 &nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L200" href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L205"
class="link-seesrc" target="_blank">Source</a> class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L200" class="link-seesrc" target="_blank" >Edit</a> &nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L205" class="link-seesrc" target="_blank" >Edit</a>
</dd> </dd>
</div> </div>
@ -581,9 +584,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 Send new <tt class="docutils literal"><span class="pre"><span class="Identifier">peerInfo</span></span></tt>s to a connection
&nbsp;&nbsp;<a &nbsp;&nbsp;<a
href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L237" href="https://github.com/vacp2p/nim-libp2p/tree/master/libp2p/protocols/identify.nim#L242"
class="link-seesrc" target="_blank">Source</a> class="link-seesrc" target="_blank">Source</a>
&nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L237" class="link-seesrc" target="_blank" >Edit</a> &nbsp;&nbsp;<a href="https://github.com/vacp2p/nim-libp2p/edit/devel/libp2p/protocols/identify.nim#L242" class="link-seesrc" target="_blank" >Edit</a>
</dd> </dd>
</div> </div>
@ -636,7 +639,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:48 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -414,7 +414,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:25 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -565,7 +565,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -239,7 +239,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -255,7 +255,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -471,7 +471,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -639,7 +639,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -495,7 +495,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -451,7 +451,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -794,7 +794,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -405,7 +405,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -370,7 +370,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1205,7 +1205,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -859,7 +859,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -342,7 +342,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -662,7 +662,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -596,7 +596,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -458,7 +458,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -604,7 +604,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -570,7 +570,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -558,7 +558,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:48 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -422,7 +422,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -432,7 +432,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:27 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -503,7 +503,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -524,7 +524,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:25 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -504,7 +504,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:25 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -502,7 +502,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1011,7 +1011,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -442,7 +442,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:44 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -770,7 +770,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:25 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -266,7 +266,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:43 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:47 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -489,7 +489,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:25 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -562,7 +562,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:06 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -607,7 +607,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:25 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:28 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -334,7 +334,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:24 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:27 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -376,7 +376,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:06 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -475,7 +475,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:40 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:44 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -274,7 +274,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -245,7 +245,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -512,7 +512,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:26 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -363,7 +363,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:03 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:06 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -723,7 +723,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:40 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:44 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -636,7 +636,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:43:42 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:08:46 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -633,7 +633,7 @@ class="link-seesrc" target="_blank">Source</a>
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:23 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:25 UTC</small>
</div> </div>
</div> </div>
</div> </div>

View File

@ -2167,9 +2167,11 @@ window.addEventListener('DOMContentLoaded', main);
</ul></dd> </ul></dd>
<dt><a name="identify" href="#identify"><span>identify:</span></a></dt><dd><ul class="simple"> <dt><a name="identify" href="#identify"><span>identify:</span></a></dt><dd><ul class="simple">
<li><a class="reference external" <li><a class="reference external"
data-doc-search-tag="identify: identify(self: Identify; conn: Connection; remotePeerId: PeerId): Future[ data-doc-search-tag="identify: identify(self: Identify; conn: Connection; remotePeerId: PeerId): InternalRaisesFuture[
IdentifyInfo]" href="libp2p/protocols/identify.html#identify%2CIdentify%2CConnection%2CPeerId">identify: identify(self: Identify; conn: Connection; remotePeerId: PeerId): Future[ IdentifyInfo, (IdentityInvalidMsgError, IdentityNoMatchError, LPStreamError,
IdentifyInfo]</a></li> CancelledError)]" href="libp2p/protocols/identify.html#identify%2CIdentify%2CConnection%2CPeerId">identify: identify(self: Identify; conn: Connection; remotePeerId: PeerId): InternalRaisesFuture[
IdentifyInfo, (IdentityInvalidMsgError, IdentityNoMatchError, LPStreamError,
CancelledError)]</a></li>
</ul></dd> </ul></dd>
<dt><a name="IdentifyCodec" href="#IdentifyCodec"><span>IdentifyCodec:</span></a></dt><dd><ul class="simple"> <dt><a name="IdentifyCodec" href="#IdentifyCodec"><span>IdentifyCodec:</span></a></dt><dd><ul class="simple">
<li><a class="reference external" <li><a class="reference external"
@ -5598,7 +5600,7 @@ window.addEventListener('DOMContentLoaded', main);
<div class="twelve-columns footer"> <div class="twelve-columns footer">
<span class="nim-sprite"></span> <span class="nim-sprite"></span>
<br/> <br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2025-02-27 09:44:26 UTC</small> <small style="color: var(--hint);">Made with Nim. Generated: 2025-02-28 12:09:29 UTC</small>
</div> </div>
</div> </div>
</div> </div>