Skip to content

Commit 91b19f5

Browse files
typos + semantics update
1 parent de79ba1 commit 91b19f5

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

docs/api/P2PNet.PeerNetwork.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ <h4 class="section">Field Value</h4>
242242

243243

244244
<h4 class="section" id="P2PNet_PeerNetwork_InboundConnectingPeers_remarks">Remarks</h4>
245-
<div class="markdown level1 remarks"><p>This will only become populated if the <a class="xref" href="P2PNet.PeerNetwork.IncomingPeerTrustPolicy.html#P2PNet_PeerNetwork_IncomingPeerTrustPolicy_IncomingPeerPlacement">IncomingPeerPlacement</a> value includes queue-based placement.
246-
This allows for additional verification and handling of incoming peers before they are assigned a peer channel.
247-
For idle action, consider using <a class="xref" href="P2PNet.PeerNetwork.IncomingPeerTrustPolicy.IncomingPeerMode.html#P2PNet_PeerNetwork_IncomingPeerTrustPolicy_IncomingPeerMode_EventBased">EventBased</a> and ignoring the event to prevent excessive memory usage.</p>
245+
<div class="markdown level1 remarks"><p>This allows peers to be handled or referenced in a chronological order as they are discovered.
246+
This will only become populated if the <a class="xref" href="P2PNet.PeerNetwork.IncomingPeerTrustPolicy.html#P2PNet_PeerNetwork_IncomingPeerTrustPolicy_IncomingPeerPlacement">IncomingPeerPlacement</a> value includes queue-based placement, this is to preserve memory resources.
247+
For idle action, consider setting <a class="xref" href="P2PNet.PeerNetwork.IncomingPeerTrustPolicy.IncomingPeerMode.html#P2PNet_PeerNetwork_IncomingPeerTrustPolicy_IncomingPeerMode_EventBased">EventBased</a> and ignoring the event if you do not need to preform any actions.</p>
248248
</div>
249249

250250

docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ <h3 id="p2pnet">P2PNet</h3>
7878
<h3 id="documentation">Documentation</h3>
7979
<ul>
8080
<li><a href="misc/p2pnetwork.html">Peer Network</a></li>
81+
<li><a href="misc/testing.html">Testing 🛠️</a></li>
8182
<li><a href="misc/bootstrapserver.html">Bootstrap Server</a></li>
8283
<li><a href="misc/widescan.html">Widescan</a></li>
8384
</ul>

0 commit comments

Comments
 (0)