mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
deploy: 5fc07e3979
This commit is contained in:
@@ -352,7 +352,7 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="comment">// (20+0.25*(60-20)-5=25), queue the rest, skip counts towards relayed</span></div>
|
||||
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="comment">// (60-25-5=30)</span></div>
|
||||
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <a class="code hl_function" href="classripple_1_1test_1_1tx__reduce__relay__test.html#a051d4e26e1050b71288e4239b371c055">testRelay</a>(<span class="stringliteral">"skip"</span>, <span class="keyword">true</span>, 60, 0, 20, 25, 25, 30, skip);</div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="comment">// relay to minPeers + disabled + 25% of (nPeers - minPeers - disalbed)</span></div>
|
||||
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="comment">// relay to minPeers + disabled + 25% of (nPeers - minPeers - disabled)</span></div>
|
||||
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="comment">// (20+10+0.25*(70-20-10)=40), queue the rest (30)</span></div>
|
||||
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <a class="code hl_function" href="classripple_1_1test_1_1tx__reduce__relay__test.html#a051d4e26e1050b71288e4239b371c055">testRelay</a>(<span class="stringliteral">"disabled"</span>, <span class="keyword">true</span>, 70, 10, 20, 25, 40, 30);</div>
|
||||
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <span class="comment">// relay to minPeers + disabled-not-in-skip + 25% of (nPeers - minPeers</span></div>
|
||||
|
||||
Reference in New Issue
Block a user