mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
deploy: 54da532ace
This commit is contained in:
@@ -152,9 +152,9 @@ $(function() {
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="classripple_1_1PeerFinder_1_1Counts.html#a6424cf95bb9f64a6970334c578d02c6e"> 87</a></span>  <a class="code" href="classripple_1_1PeerFinder_1_1Counts.html#a6424cf95bb9f64a6970334c578d02c6e">attempts_needed</a>()<span class="keyword"> const</span></div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">if</span> (<a class="code" href="classripple_1_1PeerFinder_1_1Counts.html#a77d07e5ac6ca8d9918ce13e0376073f3">m_attempts</a> >= <a class="code" href="namespaceripple_1_1PeerFinder_1_1Tuning.html#aece7fa7a4fd22af031a6aef7ca474946a8a6872ddbb47d7d8ae0223377020d1d1">Tuning::maxConnectAttempts</a>)</div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">if</span> (<a class="code" href="classripple_1_1PeerFinder_1_1Counts.html#a77d07e5ac6ca8d9918ce13e0376073f3">m_attempts</a> >= <a class="code" href="namespaceripple_1_1PeerFinder_1_1Tuning.html#a2ad6eef9f47f6d98246d0a51059b5bb8a8a6872ddbb47d7d8ae0223377020d1d1">Tuning::maxConnectAttempts</a>)</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple_1_1PeerFinder_1_1Tuning.html#aece7fa7a4fd22af031a6aef7ca474946a8a6872ddbb47d7d8ae0223377020d1d1">Tuning::maxConnectAttempts</a> - <a class="code" href="classripple_1_1PeerFinder_1_1Counts.html#a77d07e5ac6ca8d9918ce13e0376073f3">m_attempts</a>;</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceripple_1_1PeerFinder_1_1Tuning.html#a2ad6eef9f47f6d98246d0a51059b5bb8a8a6872ddbb47d7d8ae0223377020d1d1">Tuning::maxConnectAttempts</a> - <a class="code" href="classripple_1_1PeerFinder_1_1Counts.html#a77d07e5ac6ca8d9918ce13e0376073f3">m_attempts</a>;</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  }</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
|
||||
@@ -384,6 +384,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_a425e79a5dcdcf558d952759a91c7b717"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#a425e79a5dcdcf558d952759a91c7b717">ripple::PeerFinder::Counts::isConnectedToNetwork</a></div><div class="ttdeci">bool isConnectedToNetwork() const</div><div class="ttdoc">Returns true if the slot logic considers us "connected" to the network.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00211">Counts.h:211</a></div></div>
|
||||
<div class="ttc" id="abasic_stringstream_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_stringstream.html">std::stringstream</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_acf36475168414d95637febbc0cd1a6d1"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#acf36475168414d95637febbc0cd1a6d1">ripple::PeerFinder::Counts::connectCount</a></div><div class="ttdeci">int connectCount() const</div><div class="ttdoc">Returns the number of connection attempts currently active.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00151">Counts.h:151</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1PeerFinder_1_1Tuning_html_a2ad6eef9f47f6d98246d0a51059b5bb8a8a6872ddbb47d7d8ae0223377020d1d1"><div class="ttname"><a href="namespaceripple_1_1PeerFinder_1_1Tuning.html#a2ad6eef9f47f6d98246d0a51059b5bb8a8a6872ddbb47d7d8ae0223377020d1d1">ripple::PeerFinder::Tuning::maxConnectAttempts</a></div><div class="ttdeci">@ maxConnectAttempts</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2impl_2Tuning_8h_source.html#l00044">peerfinder/impl/Tuning.h:44</a></div></div>
|
||||
<div class="ttc" id="acmath_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cmath.html">cmath</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_afc36f5b9ed4edfc181cbd3fb36cdbf1a"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#afc36f5b9ed4edfc181cbd3fb36cdbf1a">ripple::PeerFinder::Counts::can_activate</a></div><div class="ttdeci">bool can_activate(Slot const &s) const</div><div class="ttdoc">Returns true if the slot can become active.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00071">Counts.h:71</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_ae023218eeedbf5d57125f19f63bdea76"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#ae023218eeedbf5d57125f19f63bdea76">ripple::PeerFinder::Counts::m_active</a></div><div class="ttdeci">std::size_t m_active</div><div class="ttdoc">Active connections, including fixed and reserved.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00303">Counts.h:303</a></div></div>
|
||||
@@ -393,7 +394,6 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_a931b6ce06f02217cf78889fba94a4d1e"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#a931b6ce06f02217cf78889fba94a4d1e">ripple::PeerFinder::Counts::out_max</a></div><div class="ttdeci">int out_max() const</div><div class="ttdoc">Returns the total number of outbound slots.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00103">Counts.h:103</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html">ripple::PeerFinder::Counts</a></div><div class="ttdoc">Manages the count of available connections for the various slots.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00034">Counts.h:34</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1PeerFinder_1_1Config_html_ab92a8f8d998ed8d7e2940b71734fa09f"><div class="ttname"><a href="structripple_1_1PeerFinder_1_1Config.html#ab92a8f8d998ed8d7e2940b71734fa09f">ripple::PeerFinder::Config::wantIncoming</a></div><div class="ttdeci">bool wantIncoming</div><div class="ttdoc">true if we want to accept incoming connections.</div><div class="ttdef"><b>Definition:</b> <a href="PeerfinderManager_8h_source.html#l00065">PeerfinderManager.h:65</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1PeerFinder_1_1Tuning_html_aece7fa7a4fd22af031a6aef7ca474946a8a6872ddbb47d7d8ae0223377020d1d1"><div class="ttname"><a href="namespaceripple_1_1PeerFinder_1_1Tuning.html#aece7fa7a4fd22af031a6aef7ca474946a8a6872ddbb47d7d8ae0223377020d1d1">ripple::PeerFinder::Tuning::maxConnectAttempts</a></div><div class="ttdeci">@ maxConnectAttempts</div><div class="ttdef"><b>Definition:</b> <a href="peerfinder_2impl_2Tuning_8h_source.html#l00044">peerfinder/impl/Tuning.h:44</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_a37a11e438f83bfe4bad368e47bc51145"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#a37a11e438f83bfe4bad368e47bc51145">ripple::PeerFinder::Counts::closingCount</a></div><div class="ttdeci">int closingCount() const</div><div class="ttdoc">Returns the number of connections that are gracefully closing.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00158">Counts.h:158</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_a31bdcc6fb0570cec553732964273d059"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#a31bdcc6fb0570cec553732964273d059">ripple::PeerFinder::Counts::outboundSlotsFree</a></div><div class="ttdeci">int outboundSlotsFree() const</div><div class="ttdoc">Returns the number of unused outbound slots.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00199">Counts.h:199</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Counts_html_a5079e7463648892f9b3b89c170eca739"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Counts.html#a5079e7463648892f9b3b89c170eca739">ripple::PeerFinder::Counts::out_active</a></div><div class="ttdeci">int out_active() const</div><div class="ttdoc">Returns the number of outbound peers assigned an open slot.</div><div class="ttdef"><b>Definition:</b> <a href="Counts_8h_source.html#l00112">Counts.h:112</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user