This commit is contained in:
ximinez
2025-08-28 17:03:56 -07:00
parent 67746417b4
commit 4b76098b27
131 changed files with 7579 additions and 7125 deletions

View File

@@ -286,7 +286,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> boost::asio::ip::make_address(<span class="stringliteral">&quot;172.1.1.&quot;</span> + <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/string/basic_string/to_string.html">std::to_string</a>(<a class="code hl_variable" href="classripple_1_1test_1_1tx__reduce__relay__test.html#a999787b86216dbcc4c054218c580be33">rid_</a>)));</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <a class="code hl_class" href="classripple_1_1PublicKey.html">PublicKey</a> key(<a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::get&lt;0&gt;</a>(<a class="code hl_function" href="namespaceripple.html#ac52a0a522fc11bdd47fce39bd29f97bc">randomKeyPair</a>(<a class="code hl_enumvalue" href="namespaceripple.html#a9de744cfdefe1132969eb982e57e4ddea8183aa2c95dc1385c8f58bf1917fcb0b">KeyType::ed25519</a>)));</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <span class="keyword">auto</span> consumer = overlay.resourceManager().newInboundEndpoint(remote);</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="keyword">auto</span> slot = overlay.peerFinder().new_inbound_slot(local, remote);</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="keyword">auto</span> [slot, _] = overlay.peerFinder().new_inbound_slot(local, remote);</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="keyword">auto</span> <span class="keyword">const</span> peer = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::make_shared&lt;PeerTest&gt;</a>(</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> env.<a class="code hl_function" href="classripple_1_1test_1_1jtx_1_1Env.html#acd48f8ab02c37b1a30cedf4dec7cc96c">app</a>(),</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> slot,</div>