mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
558 lines
116 KiB
HTML
558 lines
116 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: Config.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_d7c39fc6a58949d9b8efa0ea0aabeed8.html">core</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Config.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_CORE_CONFIG_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_CORE_CONFIG_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/basics/BasicConfig.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/basics/FeeUnits.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <ripple/basics/base_uint.h></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <ripple/beast/net/IPEndpoint.h></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <ripple/beast/utility/Journal.h></span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <ripple/protocol/SystemParameters.h></span> <span class="comment">// VFALCO Breaks levelization</span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <boost/beast/core/string.hpp></span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <boost/filesystem.hpp></span> <span class="comment">// VFALCO FIX: This include should not be here</span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include <boost/lexical_cast.hpp></span></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a>></span></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a>></span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a>></span></div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/map.html">map</a>></span></div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a>></span></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/string.html">string</a>></span></div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/type_traits.html">type_traits</a>></span></div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/unordered_set.html">unordered_set</a>></span></div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/vector.html">vector</a>></span></div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">class </span>Rules;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcb"> 48</a></span> <span class="keyword">enum class</span> <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcb">SizedItem</a> : <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> {</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba6a7bd94713cd68a0ce1f9beca215d812">sweepInterval</a> = 0,</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbad8fa646add8fc293b385aafc538e896e">treeCacheSize</a>,</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbab4f2ec48d846301c36ab8824e62fde66">treeCacheAge</a>,</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbacdae4987d98b9ac3e09734d700c51514">ledgerSize</a>,</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbaf7624c41fe90d862b7797d38a7f0eb49">ledgerAge</a>,</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba84e0eb5e4fbd74b1a9cafa3a2e072f64">ledgerFetch</a>,</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbad57786faa593a26172cf6ce03a7558a8">hashNodeDBCache</a>,</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbaed21e4d346721b8707d57bfa1c92f258">txnDBCache</a>,</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba9e9e534926f294eacc1b735a9da65965">lgrDBCache</a>,</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba1f6a5079a4330adbc050540a9e9b5bdf">openFinalLimit</a>,</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbaa62741f39e8a8d667ccccd0642c08746">burstSize</a>,</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba65745e7f126a80a04d0c0626ef80290e">ramSizeGB</a>,</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbad8f7f728f2a0a05946bb54cb204dfb8d">accountIdCacheSize</a>,</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> };</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structripple_1_1FeeSetup.html"> 69</a></span> <span class="keyword">struct </span><a class="code" href="structripple_1_1FeeSetup.html">FeeSetup</a></div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> {</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structripple_1_1FeeSetup.html#a0eec4da1884d29e364b4475f57f1453d"> 72</a></span>  <a class="code" href="classripple_1_1XRPAmount.html">XRPAmount</a> <a class="code" href="structripple_1_1FeeSetup.html#a0eec4da1884d29e364b4475f57f1453d">reference_fee</a>{10};</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structripple_1_1FeeSetup.html#a663fe50fc0e114c4e1d16524aa008a6c"> 75</a></span>  <a class="code" href="classripple_1_1XRPAmount.html">XRPAmount</a> <a class="code" href="structripple_1_1FeeSetup.html#a663fe50fc0e114c4e1d16524aa008a6c">account_reserve</a>{10 * <a class="code" href="namespaceripple.html#afa493631a6ea5b71b91ceb86576fc328">DROPS_PER_XRP</a>};</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structripple_1_1FeeSetup.html#a4e137c8b9cd20b448515c830fcdd417c"> 78</a></span>  <a class="code" href="classripple_1_1XRPAmount.html">XRPAmount</a> <a class="code" href="structripple_1_1FeeSetup.html#a4e137c8b9cd20b448515c830fcdd417c">owner_reserve</a>{2 * <a class="code" href="namespaceripple.html#afa493631a6ea5b71b91ceb86576fc328">DROPS_PER_XRP</a>};</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="comment">/* (Remember to update the example cfg files when changing any of these</span></div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="comment"> * values.) */</span></div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> };</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="comment">// This entire derived class is deprecated.</span></div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="comment">// For new config information use the style implied</span></div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment">// in the base class. For existing config information</span></div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="comment">// try to refactor code to use the new style.</span></div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html"> 89</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1Config.html">Config</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1BasicConfig.html">BasicConfig</a></div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> {</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="comment">// Settings related to the configuration file location and directories</span></div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a41df2d35ed2cffeac1033bb5e7656ef7"> 93</a></span>  <span class="keyword">static</span> <span class="keywordtype">char</span> <span class="keyword">const</span>* <span class="keyword">const</span> <a class="code" href="classripple_1_1Config.html#a41df2d35ed2cffeac1033bb5e7656ef7">configFileName</a>;</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a1798d32b974e5f7a3078070464200951"> 94</a></span>  <span class="keyword">static</span> <span class="keywordtype">char</span> <span class="keyword">const</span>* <span class="keyword">const</span> <a class="code" href="classripple_1_1Config.html#a1798d32b974e5f7a3078070464200951">databaseDirName</a>;</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aebda6292956b1c272a948fb1d5c2e11e"> 95</a></span>  <span class="keyword">static</span> <span class="keywordtype">char</span> <span class="keyword">const</span>* <span class="keyword">const</span> <a class="code" href="classripple_1_1Config.html#aebda6292956b1c272a948fb1d5c2e11e">validatorsFileName</a>;</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  boost::filesystem::path</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <a class="code" href="classripple_1_1Config.html#a89f7a9b77a080de077563afcc893f9a8">getDebugLogFile</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ab71ecdebcf4f2932a5b5114b8b958ecf"> 102</a></span>  boost::filesystem::path <a class="code" href="classripple_1_1Config.html#ab71ecdebcf4f2932a5b5114b8b958ecf">CONFIG_FILE</a>;</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a3c804476ac537fe7d4fa3623131d4504"> 105</a></span>  boost::filesystem::path <a class="code" href="classripple_1_1Config.html#a3c804476ac537fe7d4fa3623131d4504">CONFIG_DIR</a>;</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ac5306142108504259bb902571564a32e"> 108</a></span>  boost::filesystem::path <a class="code" href="classripple_1_1Config.html#ac5306142108504259bb902571564a32e">DEBUG_LOGFILE</a>;</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <a class="code" href="classripple_1_1Config.html#a8b89f0ab7460379ca1b8c849553eeba5">load</a>();</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#adc326517fee9c03177280742b6236127"> 112</a></span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> <a class="code" href="classripple_1_1Config.html#adc326517fee9c03177280742b6236127">j_</a>;</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ae8943441efc2d6bf69c45e114fbf683b"> 114</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#ae8943441efc2d6bf69c45e114fbf683b">QUIET</a> = <span class="keyword">false</span>; <span class="comment">// Minimize logging verbosity.</span></div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a46dbb4fab55ba6bd99cbe0e4eb24d2c3"> 115</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a46dbb4fab55ba6bd99cbe0e4eb24d2c3">SILENT</a> = <span class="keyword">false</span>; <span class="comment">// No output to console after startup.</span></div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a9e6ee7c4f8367f7007f92d07d3268996"> 125</a></span> <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a9e6ee7c4f8367f7007f92d07d3268996">RUN_STANDALONE</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ae0a50f17bd2a229a5267c5e43d60ae22"> 127</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#ae0a50f17bd2a229a5267c5e43d60ae22">RUN_REPORTING</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#afc8665fe94b3d38fb174f08e60692988"> 129</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#afc8665fe94b3d38fb174f08e60692988">REPORTING_READ_ONLY</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#abab7a2dbd7e4c6c5e553d255cd9068c9"> 131</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#abab7a2dbd7e4c6c5e553d255cd9068c9">USE_TX_TABLES</a> = <span class="keyword">true</span>;</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  </div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ac366d2c7ed574cfb6bd43e0c753e4a17"> 139</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#ac366d2c7ed574cfb6bd43e0c753e4a17">signingEnabled_</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  </div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="comment">// The amount of RAM, in bytes, that we detected on this system.</span></div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ab387a3b1b4ccbc0b131fe7db67dc6749"> 142</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> <span class="keyword">const</span> <a class="code" href="classripple_1_1Config.html#ab387a3b1b4ccbc0b131fe7db67dc6749">ramSize_</a>;</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  </div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#abc978c0323764b49d7bd14097dffb5ed"> 145</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#abc978c0323764b49d7bd14097dffb5ed">doImport</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a9652cd5dcbfe6865181b4a751eb6d52a"> 146</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a9652cd5dcbfe6865181b4a751eb6d52a">nodeToShard</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a17959a9f7791d67fb0263b2d0d468d44"> 147</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a17959a9f7791d67fb0263b2d0d468d44">ELB_SUPPORT</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  </div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a4d565d92bcdf3e2a4156a65604e219c2"> 149</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::string></a> <a class="code" href="classripple_1_1Config.html#a4d565d92bcdf3e2a4156a65604e219c2">IPS</a>; <span class="comment">// Peer IPs from rippled.cfg.</span></div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a3aaac87eab79667cbfd584dc4e7d6d6e"> 150</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::string></a> <a class="code" href="classripple_1_1Config.html#a3aaac87eab79667cbfd584dc4e7d6d6e">IPS_FIXED</a>; <span class="comment">// Fixed Peer IPs from rippled.cfg.</span></div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ae42060fb3166a1e969abca4a64743042"> 151</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::string></a> <a class="code" href="classripple_1_1Config.html#ae42060fb3166a1e969abca4a64743042">SNTP_SERVERS</a>; <span class="comment">// SNTP servers from rippled.cfg.</span></div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99e"> 153</a></span>  <span class="keyword">enum</span> <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99e">StartUpType</a> { <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea0e7baa77ef581ef9dc61862d39238fe8">FRESH</a>, <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99eab92017d49fff718eb449e454dc4ae174">NORMAL</a>, <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea284d5f0a707f419bfb8f3c74f3ff7ec7">LOAD</a>, <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea99e70e98c78e9c336dbf5fa9e54405b1">LOAD_FILE</a>, <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea33211dccd4e6e97872b39719a141e10c">REPLAY</a>, <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea50338de0064b157025d2811e1655e663">NETWORK</a> };</div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#afcaabfcf92819db93bab0540ce159d89"> 154</a></span>  <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99e">StartUpType</a> <a class="code" href="classripple_1_1Config.html#afcaabfcf92819db93bab0540ce159d89">START_UP</a> = <a class="code" href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99eab92017d49fff718eb449e454dc4ae174">NORMAL</a>;</div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  </div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a192af75662e5c40c7b469f9ae95291ea"> 156</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a192af75662e5c40c7b469f9ae95291ea">START_VALID</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  </div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a310ee83da2965750fc9ab454cf0bb1ac"> 158</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code" href="classripple_1_1Config.html#a310ee83da2965750fc9ab454cf0bb1ac">START_LEDGER</a>;</div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="comment">// Network parameters</span></div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a11b953ea00abeec2a4a0428cd1efcb7e"> 161</a></span>  uint32_t <a class="code" href="classripple_1_1Config.html#a11b953ea00abeec2a4a0428cd1efcb7e">NETWORK_ID</a> = 0;</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  </div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="comment">// DEPRECATED - Fee units for a reference transction.</span></div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="comment">// Only provided for backwards compatibility in a couple of places</span></div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ae9332e6cb92d29234e11e31e6211af2b"> 165</a></span>  <span class="keyword">static</span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="classripple_1_1Config.html#ae9332e6cb92d29234e11e31e6211af2b">FEE_UNITS_DEPRECATED</a> = 10;</div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  </div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <span class="comment">// Note: The following parameters do not relate to the UNL or trust at all</span></div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="comment">// Minimum number of nodes to consider the network present</span></div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a39f846fcba22b4d253f199f1fdfa8407"> 169</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#a39f846fcba22b4d253f199f1fdfa8407">NETWORK_QUORUM</a> = 1;</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  </div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <span class="comment">// Peer networking parameters</span></div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  <span class="comment">// 1 = relay, 0 = do not relay (but process), -1 = drop completely (do NOT</span></div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="comment">// process)</span></div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#af9322b9f5b40accc69be37b90981be9e"> 174</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#af9322b9f5b40accc69be37b90981be9e">RELAY_UNTRUSTED_VALIDATIONS</a> = 1;</div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a7b8633802d7ea35cd767c2a0ab6d037e"> 175</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a7b8633802d7ea35cd767c2a0ab6d037e">RELAY_UNTRUSTED_PROPOSALS</a> = 0;</div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="comment">// True to ask peers not to relay current IP.</span></div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a5291a6910fa0a3e2aa99943895467dba"> 178</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a5291a6910fa0a3e2aa99943895467dba">PEER_PRIVATE</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <span class="comment">// peers_max is a legacy configuration, which is going to be replaced</span></div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="comment">// with individual inbound peers peers_in_max and outbound peers</span></div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="comment">// peers_out_max configuration. for now we support both the legacy and</span></div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="comment">// the new configuration. if peers_max is configured then peers_in_max and</span></div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <span class="comment">// peers_out_max are ignored.</span></div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#affa3814314db54dc51e3f56c00ff32e7"> 184</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#affa3814314db54dc51e3f56c00ff32e7">PEERS_MAX</a> = 0;</div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#af722ebb601d71b9e56145ac49fc85280"> 185</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#af722ebb601d71b9e56145ac49fc85280">PEERS_OUT_MAX</a> = 0;</div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a521c6cb417d606254ecb78c4933af418"> 186</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#a521c6cb417d606254ecb78c4933af418">PEERS_IN_MAX</a> = 0;</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="comment">// Path searching: these were reasonable default values at some point but</span></div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <span class="comment">// further research is needed to decide if they still are</span></div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <span class="comment">// and whether all of them are needed.</span></div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="comment">// The performance and resource consumption of a server can</span></div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="comment">// be dramatically impacted by changing these configuration</span></div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="comment">// options; higher values result in exponentially higher</span></div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="comment">// resource usage.</span></div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="comment">//</span></div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="comment">// Servers operating as validators disable path finding by</span></div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="comment">// default by setting the `PATH_SEARCH_MAX` option to 0</span></div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="comment">// unless it is explicitly set in the configuration file.</span></div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a22e402f03909935b07b56ffeb7069b0f"> 200</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a22e402f03909935b07b56ffeb7069b0f">PATH_SEARCH_OLD</a> = 2;</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a1494da718290b7938506ced557f5d71d"> 201</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a1494da718290b7938506ced557f5d71d">PATH_SEARCH</a> = 2;</div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a7abcd82f19d7506fc18019df86a31984"> 202</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a7abcd82f19d7506fc18019df86a31984">PATH_SEARCH_FAST</a> = 2;</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a757dbe77ad46c6e6e3a549c33fbd4f8e"> 203</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a757dbe77ad46c6e6e3a549c33fbd4f8e">PATH_SEARCH_MAX</a> = 3;</div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  </div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="comment">// Validation</span></div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::size_t></a></div>
|
|
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a1f7c7672fc4808f9658d61cf82c496d4"> 207</a></span>  <a class="code" href="classripple_1_1Config.html#a1f7c7672fc4808f9658d61cf82c496d4">VALIDATION_QUORUM</a>; <span class="comment">// validations to consider ledger authoritative</span></div>
|
|
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  </div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ac186cbb607c1417144a54b8bd7280423"> 209</a></span>  <a class="code" href="structripple_1_1FeeSetup.html">FeeSetup</a> <a class="code" href="classripple_1_1Config.html#ac186cbb607c1417144a54b8bd7280423">FEES</a>;</div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  </div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="comment">// Node storage configuration</span></div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a1f21eed12b604b6b99b866008af1b576"> 212</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="classripple_1_1Config.html#a1f21eed12b604b6b99b866008af1b576">LEDGER_HISTORY</a> = 256;</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a2a31355e421ab75c65e73f4ab1907693"> 213</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="classripple_1_1Config.html#a2a31355e421ab75c65e73f4ab1907693">FETCH_DEPTH</a> = 1000000000;</div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  </div>
|
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="comment">// Tunable that adjusts various parameters, typically associated</span></div>
|
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  <span class="comment">// with hardware parameters (RAM size and CPU cores). The default</span></div>
|
|
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  <span class="comment">// is 'tiny'.</span></div>
|
|
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aaae716bbe446917d6991aca218368f9d"> 218</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#aaae716bbe446917d6991aca218368f9d">NODE_SIZE</a> = 0;</div>
|
|
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  </div>
|
|
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ab6d562ee44093dba4b4f003a6f5a3dd1"> 220</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#ab6d562ee44093dba4b4f003a6f5a3dd1">SSL_VERIFY</a> = <span class="keyword">true</span>;</div>
|
|
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ac9ecf69a240758ad0277bd60e63ff961"> 221</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code" href="classripple_1_1Config.html#ac9ecf69a240758ad0277bd60e63ff961">SSL_VERIFY_FILE</a>;</div>
|
|
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#afb69aac262fbf5bce2c5e609a878e80a"> 222</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code" href="classripple_1_1Config.html#afb69aac262fbf5bce2c5e609a878e80a">SSL_VERIFY_DIR</a>;</div>
|
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  </div>
|
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  <span class="comment">// Compression</span></div>
|
|
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ad8dab098919bf5cf79de7ab62c5b8fba"> 225</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#ad8dab098919bf5cf79de7ab62c5b8fba">COMPRESSION</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div>
|
|
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  <span class="comment">// Enable the experimental Ledger Replay functionality</span></div>
|
|
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a7174b4395af72d89dc078e64d31c769c"> 228</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a7174b4395af72d89dc078e64d31c769c">LEDGER_REPLAY</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  </div>
|
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="comment">// Work queue limits</span></div>
|
|
<div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aaacad0d0903fb374b24db9effcbca989"> 231</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#aaacad0d0903fb374b24db9effcbca989">MAX_TRANSACTIONS</a> = 250;</div>
|
|
<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aa9012f1b09001ce0e246f1785c94af13"> 232</a></span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#aa9012f1b09001ce0e246f1785c94af13">MAX_JOB_QUEUE_TX</a> = 1000;</div>
|
|
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a9c196747828758e6bef49c7cbcf16104"> 233</a></span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a9c196747828758e6bef49c7cbcf16104">MIN_JOB_QUEUE_TX</a> = 100;</div>
|
|
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  </div>
|
|
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="comment">// Amendment majority time</span></div>
|
|
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ad601184a7c478a03dd1dc845d5f42264"> 236</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> <a class="code" href="classripple_1_1Config.html#ad601184a7c478a03dd1dc845d5f42264">AMENDMENT_MAJORITY_TIME</a> = <a class="code" href="namespaceripple.html#a6d89c3108d7faf0305d9768538ef65b9">defaultAmendmentMajorityTime</a>;</div>
|
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  </div>
|
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="comment">// Thread pool configuration (0 = choose for me)</span></div>
|
|
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a9158914324dfe3d88b194a9e5dd7c940"> 239</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a9158914324dfe3d88b194a9e5dd7c940">WORKERS</a> = 0; <span class="comment">// jobqueue thread count. default: upto 6</span></div>
|
|
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a33577da5391496ceea5e3142e2ba4d6b"> 240</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a33577da5391496ceea5e3142e2ba4d6b">IO_WORKERS</a> = 0; <span class="comment">// io svc thread count. default: 2</span></div>
|
|
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a3e64ab3a23dc90682a1aa75a13afe5bb"> 241</a></span>  <span class="keywordtype">int</span> <a class="code" href="classripple_1_1Config.html#a3e64ab3a23dc90682a1aa75a13afe5bb">PREFETCH_WORKERS</a> = 0; <span class="comment">// prefetch thread count. default: 4</span></div>
|
|
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  </div>
|
|
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="comment">// Can only be set in code, specifically unit tests</span></div>
|
|
<div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a461ff00c3b99cce73846de74aefefed9"> 244</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a461ff00c3b99cce73846de74aefefed9">FORCE_MULTI_THREAD</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  </div>
|
|
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="comment">// Normally the sweep timer is automatically deduced based on the node</span></div>
|
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="comment">// size, but we allow admins to explicitly set it in the config.</span></div>
|
|
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a1b04ab7820da0c9cd6cab5500b27f72d"> 248</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<int></a> <a class="code" href="classripple_1_1Config.html#a1b04ab7820da0c9cd6cab5500b27f72d">SWEEP_INTERVAL</a>;</div>
|
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
|
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="comment">// Reduce-relay - these parameters are experimental.</span></div>
|
|
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="comment">// Enable reduce-relay features</span></div>
|
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  <span class="comment">// Validation/proposal reduce-relay feature</span></div>
|
|
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a4f58c0a0eba0e944f27ef18d0c8da8bb"> 253</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a4f58c0a0eba0e944f27ef18d0c8da8bb">VP_REDUCE_RELAY_ENABLE</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="comment">// Send squelch message to peers. Generally this config should</span></div>
|
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <span class="comment">// have the same value as VP_REDUCE_RELAY_ENABLE. It can be</span></div>
|
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="comment">// used for testing the feature's function without</span></div>
|
|
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="comment">// affecting the message relaying. To use it for testing,</span></div>
|
|
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  <span class="comment">// set it to false and set VP_REDUCE_RELAY_ENABLE to true.</span></div>
|
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  <span class="comment">// Squelch messages will not be sent to the peers in this case.</span></div>
|
|
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="comment">// Set log level to debug so that the feature function can be</span></div>
|
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  <span class="comment">// analyzed.</span></div>
|
|
<div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ae419884a24fc1328aa02afa7c534c382"> 262</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#ae419884a24fc1328aa02afa7c534c382">VP_REDUCE_RELAY_SQUELCH</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  <span class="comment">// Transaction reduce-relay feature</span></div>
|
|
<div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a83ff989bc69d931321cc8efaecbb1c0c"> 264</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a83ff989bc69d931321cc8efaecbb1c0c">TX_REDUCE_RELAY_ENABLE</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  <span class="comment">// If tx reduce-relay feature is disabled</span></div>
|
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="comment">// and this flag is enabled then some</span></div>
|
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="comment">// tx-related metrics is collected. It</span></div>
|
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  <span class="comment">// is ignored if tx reduce-relay feature is</span></div>
|
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="comment">// enabled. It is used in debugging to compare</span></div>
|
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="comment">// metrics with the feature disabled/enabled.</span></div>
|
|
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a9433d2b86e6e37bfcec0066ba608d354"> 271</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a9433d2b86e6e37bfcec0066ba608d354">TX_REDUCE_RELAY_METRICS</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="comment">// Minimum peers a server should have before</span></div>
|
|
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  <span class="comment">// selecting random peers</span></div>
|
|
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a571b13011e10271dd2c5c010106389d8"> 274</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#a571b13011e10271dd2c5c010106389d8">TX_REDUCE_RELAY_MIN_PEERS</a> = 20;</div>
|
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="comment">// Percentage of peers with the tx reduce-relay feature enabled</span></div>
|
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="comment">// to relay to out of total active peers</span></div>
|
|
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aa03bee9cf3f844d3539a85fbc2a9184a"> 277</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <a class="code" href="classripple_1_1Config.html#aa03bee9cf3f844d3539a85fbc2a9184a">TX_RELAY_PERCENTAGE</a> = 25;</div>
|
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  </div>
|
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="comment">// These override the command line client settings</span></div>
|
|
<div class="line"><a name="l00280"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a568c380fe9c0a28afc8b09ab9174c864"> 280</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<beast::IP::Endpoint></a> <a class="code" href="classripple_1_1Config.html#a568c380fe9c0a28afc8b09ab9174c864">rpc_ip</a>;</div>
|
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  </div>
|
|
<div class="line"><a name="l00282"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ad053293ba571075ebfa6f086ed70fdc5"> 282</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_set.html">std::unordered_set<uint256, beast::uhash<></a>> <a class="code" href="classripple_1_1Config.html#ad053293ba571075ebfa6f086ed70fdc5">features</a>;</div>
|
|
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  </div>
|
|
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aa131c01373dfc0db715eb3c94a1ff7ac"> 284</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <a class="code" href="classripple_1_1Config.html#aa131c01373dfc0db715eb3c94a1ff7ac">SERVER_DOMAIN</a>;</div>
|
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  </div>
|
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="comment">// How long can a peer remain in the "unknown" state</span></div>
|
|
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#af1f63280c28cae7d8793155858f20d37"> 287</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> <a class="code" href="classripple_1_1Config.html#af1f63280c28cae7d8793155858f20d37">MAX_UNKNOWN_TIME</a>{600};</div>
|
|
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  </div>
|
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  <span class="comment">// How long can a peer remain in the "diverged" state</span></div>
|
|
<div class="line"><a name="l00290"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aac747943f79d948ec042dfa588b3e80c"> 290</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> <a class="code" href="classripple_1_1Config.html#aac747943f79d948ec042dfa588b3e80c">MAX_DIVERGED_TIME</a>{300};</div>
|
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  </div>
|
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="comment">// Enable the beta API version</span></div>
|
|
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a60e194c37b2e6e2a6cbaab170579fd15"> 293</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a60e194c37b2e6e2a6cbaab170579fd15">BETA_RPC_API</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  </div>
|
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <span class="comment">// First, attempt to load the latest ledger directly from disk.</span></div>
|
|
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a8df6fc2c4e473d354bc1ec1640294bf6"> 296</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classripple_1_1Config.html#a8df6fc2c4e473d354bc1ec1640294bf6">FAST_LOAD</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  </div>
|
|
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <a class="code" href="classripple_1_1Config.html#a7c627418b59ccd6ff538224ba80d54be">Config</a>();</div>
|
|
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>  </div>
|
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  <span class="comment">/* Be very careful to make sure these bool params</span></div>
|
|
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span> <span class="comment"> are in the right order. */</span></div>
|
|
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  <a class="code" href="classripple_1_1Config.html#a3dd3ee6ea86c25b916cd7180b224629b">setup</a>(</div>
|
|
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& strConf,</div>
|
|
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  <span class="keywordtype">bool</span> bQuiet,</div>
|
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keywordtype">bool</span> bSilent,</div>
|
|
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  <span class="keywordtype">bool</span> bStandalone);</div>
|
|
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
|
|
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <a class="code" href="classripple_1_1Config.html#ace51e99d1301a3e75c84f8f29f11bc97">setupControl</a>(<span class="keywordtype">bool</span> bQuiet, <span class="keywordtype">bool</span> bSilent, <span class="keywordtype">bool</span> bStandalone);</div>
|
|
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  </div>
|
|
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  <a class="code" href="classripple_1_1Config.html#acec216c5b37b6d4ac971e1ff62142963">loadFromString</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>& fileContents);</div>
|
|
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  </div>
|
|
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00322"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a9162d3ba9894fc8eb804f573cc631dad"> 322</a></span>  <a class="code" href="classripple_1_1Config.html#a9162d3ba9894fc8eb804f573cc631dad">quiet</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#ae8943441efc2d6bf69c45e114fbf683b">QUIET</a>;</div>
|
|
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  }</div>
|
|
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00327"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a05dcb3f47fef4f40439c186db93192fa"> 327</a></span>  <a class="code" href="classripple_1_1Config.html#a05dcb3f47fef4f40439c186db93192fa">silent</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#a46dbb4fab55ba6bd99cbe0e4eb24d2c3">SILENT</a>;</div>
|
|
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  }</div>
|
|
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00332"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a55cd8ef67ffbf6a137e0dd71bc8151c6"> 332</a></span>  <a class="code" href="classripple_1_1Config.html#a55cd8ef67ffbf6a137e0dd71bc8151c6">standalone</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#a9e6ee7c4f8367f7007f92d07d3268996">RUN_STANDALONE</a>;</div>
|
|
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  }</div>
|
|
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00337"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a8fdf3fd3b2112759b3a0a7fa4d8afa05"> 337</a></span>  <a class="code" href="classripple_1_1Config.html#a8fdf3fd3b2112759b3a0a7fa4d8afa05">reporting</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#ae0a50f17bd2a229a5267c5e43d60ae22">RUN_REPORTING</a>;</div>
|
|
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  }</div>
|
|
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  </div>
|
|
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00343"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#aa09be5266eca22f68f27e60169291ec5"> 343</a></span>  <a class="code" href="classripple_1_1Config.html#aa09be5266eca22f68f27e60169291ec5">useTxTables</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#abab7a2dbd7e4c6c5e553d255cd9068c9">USE_TX_TABLES</a>;</div>
|
|
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  }</div>
|
|
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  </div>
|
|
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ad05fa018b47b496a64653fb36a0fbd5b"> 349</a></span>  <a class="code" href="classripple_1_1Config.html#ad05fa018b47b496a64653fb36a0fbd5b">reportingReadOnly</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#afc8665fe94b3d38fb174f08e60692988">REPORTING_READ_ONLY</a>;</div>
|
|
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  }</div>
|
|
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  </div>
|
|
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#ae3984f90f3af1dce579c8f7e50babe8c"> 355</a></span>  <a class="code" href="classripple_1_1Config.html#ae3984f90f3af1dce579c8f7e50babe8c">setReportingReadOnly</a>(<span class="keywordtype">bool</span> b)</div>
|
|
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  {</div>
|
|
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  <a class="code" href="classripple_1_1Config.html#afc8665fe94b3d38fb174f08e60692988">REPORTING_READ_ONLY</a> = b;</div>
|
|
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  }</div>
|
|
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  </div>
|
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00361"></a><span class="lineno"><a class="line" href="classripple_1_1Config.html#a4be0279770c8d63868d2ec64049bd09f"> 361</a></span>  <a class="code" href="classripple_1_1Config.html#a4be0279770c8d63868d2ec64049bd09f">canSign</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1Config.html#ac366d2c7ed574cfb6bd43e0c753e4a17">signingEnabled_</a>;</div>
|
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  }</div>
|
|
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  </div>
|
|
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  <span class="keywordtype">int</span></div>
|
|
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>  <a class="code" href="classripple_1_1Config.html#abe2b226bd6705b7010feb45f66363142">getValueFor</a>(<a class="code" href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcb">SizedItem</a> item, <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::size_t></a> node = std::nullopt)</div>
|
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span> };</div>
|
|
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  </div>
|
|
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span> FeeSetup</div>
|
|
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span> <a class="code" href="namespaceripple.html#ac297eefd69dc2e30749d2446715b3f9c">setup_FeeVote</a>(Section <span class="keyword">const</span>& section);</div>
|
|
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>  </div>
|
|
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>  </div>
|
|
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcba1f6a5079a4330adbc050540a9e9b5bdf"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba1f6a5079a4330adbc050540a9e9b5bdf">ripple::SizedItem::openFinalLimit</a></div><div class="ttdeci">@ openFinalLimit</div></div>
|
|
<div class="ttc" id="astructripple_1_1FeeSetup_html_a0eec4da1884d29e364b4475f57f1453d"><div class="ttname"><a href="structripple_1_1FeeSetup.html#a0eec4da1884d29e364b4475f57f1453d">ripple::FeeSetup::reference_fee</a></div><div class="ttdeci">XRPAmount reference_fee</div><div class="ttdoc">The cost of a reference transaction in drops.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00072">Config.h:72</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99eab92017d49fff718eb449e454dc4ae174"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99eab92017d49fff718eb449e454dc4ae174">ripple::Config::NORMAL</a></div><div class="ttdeci">@ NORMAL</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a1b04ab7820da0c9cd6cab5500b27f72d"><div class="ttname"><a href="classripple_1_1Config.html#a1b04ab7820da0c9cd6cab5500b27f72d">ripple::Config::SWEEP_INTERVAL</a></div><div class="ttdeci">std::optional< int > SWEEP_INTERVAL</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00248">Config.h:248</a></div></div>
|
|
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcb"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcb">ripple::SizedItem</a></div><div class="ttdeci">SizedItem</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00048">Config.h:48</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a1494da718290b7938506ced557f5d71d"><div class="ttname"><a href="classripple_1_1Config.html#a1494da718290b7938506ced557f5d71d">ripple::Config::PATH_SEARCH</a></div><div class="ttdeci">int PATH_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00201">Config.h:201</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a1f7c7672fc4808f9658d61cf82c496d4"><div class="ttname"><a href="classripple_1_1Config.html#a1f7c7672fc4808f9658d61cf82c496d4">ripple::Config::VALIDATION_QUORUM</a></div><div class="ttdeci">std::optional< std::size_t > VALIDATION_QUORUM</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00207">Config.h:207</a></div></div>
|
|
<div class="ttc" id="aunordered_set_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/unordered_set.html">unordered_set</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a7174b4395af72d89dc078e64d31c769c"><div class="ttname"><a href="classripple_1_1Config.html#a7174b4395af72d89dc078e64d31c769c">ripple::Config::LEDGER_REPLAY</a></div><div class="ttdeci">bool LEDGER_REPLAY</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00228">Config.h:228</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a7c627418b59ccd6ff538224ba80d54be"><div class="ttname"><a href="classripple_1_1Config.html#a7c627418b59ccd6ff538224ba80d54be">ripple::Config::Config</a></div><div class="ttdeci">Config()</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l00267">Config.cpp:267</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbad8f7f728f2a0a05946bb54cb204dfb8d"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbad8f7f728f2a0a05946bb54cb204dfb8d">ripple::SizedItem::accountIdCacheSize</a></div><div class="ttdeci">@ accountIdCacheSize</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aebda6292956b1c272a948fb1d5c2e11e"><div class="ttname"><a href="classripple_1_1Config.html#aebda6292956b1c272a948fb1d5c2e11e">ripple::Config::validatorsFileName</a></div><div class="ttdeci">static char const *const validatorsFileName</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00095">Config.h:95</a></div></div>
|
|
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/vector.html">vector</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_afb69aac262fbf5bce2c5e609a878e80a"><div class="ttname"><a href="classripple_1_1Config.html#afb69aac262fbf5bce2c5e609a878e80a">ripple::Config::SSL_VERIFY_DIR</a></div><div class="ttdeci">std::string SSL_VERIFY_DIR</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00222">Config.h:222</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ab71ecdebcf4f2932a5b5114b8b958ecf"><div class="ttname"><a href="classripple_1_1Config.html#ab71ecdebcf4f2932a5b5114b8b958ecf">ripple::Config::CONFIG_FILE</a></div><div class="ttdeci">boost::filesystem::path CONFIG_FILE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00102">Config.h:102</a></div></div>
|
|
<div class="ttc" id="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aaae716bbe446917d6991aca218368f9d"><div class="ttname"><a href="classripple_1_1Config.html#aaae716bbe446917d6991aca218368f9d">ripple::Config::NODE_SIZE</a></div><div class="ttdeci">std::size_t NODE_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00218">Config.h:218</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a5291a6910fa0a3e2aa99943895467dba"><div class="ttname"><a href="classripple_1_1Config.html#a5291a6910fa0a3e2aa99943895467dba">ripple::Config::PEER_PRIVATE</a></div><div class="ttdeci">bool PEER_PRIVATE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00178">Config.h:178</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ac5306142108504259bb902571564a32e"><div class="ttname"><a href="classripple_1_1Config.html#ac5306142108504259bb902571564a32e">ripple::Config::DEBUG_LOGFILE</a></div><div class="ttdeci">boost::filesystem::path DEBUG_LOGFILE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00108">Config.h:108</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a05dcb3f47fef4f40439c186db93192fa"><div class="ttname"><a href="classripple_1_1Config.html#a05dcb3f47fef4f40439c186db93192fa">ripple::Config::silent</a></div><div class="ttdeci">bool silent() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00327">Config.h:327</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ace51e99d1301a3e75c84f8f29f11bc97"><div class="ttname"><a href="classripple_1_1Config.html#ace51e99d1301a3e75c84f8f29f11bc97">ripple::Config::setupControl</a></div><div class="ttdeci">void setupControl(bool bQuiet, bool bSilent, bool bStandalone)</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l00273">Config.cpp:273</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbab4f2ec48d846301c36ab8824e62fde66"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbab4f2ec48d846301c36ab8824e62fde66">ripple::SizedItem::treeCacheAge</a></div><div class="ttdeci">@ treeCacheAge</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99ea284d5f0a707f419bfb8f3c74f3ff7ec7"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea284d5f0a707f419bfb8f3c74f3ff7ec7">ripple::Config::LOAD</a></div><div class="ttdeci">@ LOAD</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ab387a3b1b4ccbc0b131fe7db67dc6749"><div class="ttname"><a href="classripple_1_1Config.html#ab387a3b1b4ccbc0b131fe7db67dc6749">ripple::Config::ramSize_</a></div><div class="ttdeci">const std::uint64_t ramSize_</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00142">Config.h:142</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99e"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99e">ripple::Config::StartUpType</a></div><div class="ttdeci">StartUpType</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbad57786faa593a26172cf6ce03a7558a8"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbad57786faa593a26172cf6ce03a7558a8">ripple::SizedItem::hashNodeDBCache</a></div><div class="ttdeci">@ hashNodeDBCache</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a9c196747828758e6bef49c7cbcf16104"><div class="ttname"><a href="classripple_1_1Config.html#a9c196747828758e6bef49c7cbcf16104">ripple::Config::MIN_JOB_QUEUE_TX</a></div><div class="ttdeci">static constexpr int MIN_JOB_QUEUE_TX</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00233">Config.h:233</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcba84e0eb5e4fbd74b1a9cafa3a2e072f64"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba84e0eb5e4fbd74b1a9cafa3a2e072f64">ripple::SizedItem::ledgerFetch</a></div><div class="ttdeci">@ ledgerFetch</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aaacad0d0903fb374b24db9effcbca989"><div class="ttname"><a href="classripple_1_1Config.html#aaacad0d0903fb374b24db9effcbca989">ripple::Config::MAX_TRANSACTIONS</a></div><div class="ttdeci">int MAX_TRANSACTIONS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00231">Config.h:231</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a9162d3ba9894fc8eb804f573cc631dad"><div class="ttname"><a href="classripple_1_1Config.html#a9162d3ba9894fc8eb804f573cc631dad">ripple::Config::quiet</a></div><div class="ttdeci">bool quiet() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00322">Config.h:322</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a2a31355e421ab75c65e73f4ab1907693"><div class="ttname"><a href="classripple_1_1Config.html#a2a31355e421ab75c65e73f4ab1907693">ripple::Config::FETCH_DEPTH</a></div><div class="ttdeci">std::uint32_t FETCH_DEPTH</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00213">Config.h:213</a></div></div>
|
|
<div class="ttc" id="aalgorithm_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/algorithm.html">algorithm</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a757dbe77ad46c6e6e3a549c33fbd4f8e"><div class="ttname"><a href="classripple_1_1Config.html#a757dbe77ad46c6e6e3a549c33fbd4f8e">ripple::Config::PATH_SEARCH_MAX</a></div><div class="ttdeci">int PATH_SEARCH_MAX</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00203">Config.h:203</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ae419884a24fc1328aa02afa7c534c382"><div class="ttname"><a href="classripple_1_1Config.html#ae419884a24fc1328aa02afa7c534c382">ripple::Config::VP_REDUCE_RELAY_SQUELCH</a></div><div class="ttdeci">bool VP_REDUCE_RELAY_SQUELCH</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00262">Config.h:262</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a33577da5391496ceea5e3142e2ba4d6b"><div class="ttname"><a href="classripple_1_1Config.html#a33577da5391496ceea5e3142e2ba4d6b">ripple::Config::IO_WORKERS</a></div><div class="ttdeci">int IO_WORKERS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00240">Config.h:240</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a9e6ee7c4f8367f7007f92d07d3268996"><div class="ttname"><a href="classripple_1_1Config.html#a9e6ee7c4f8367f7007f92d07d3268996">ripple::Config::RUN_STANDALONE</a></div><div class="ttdeci">bool RUN_STANDALONE</div><div class="ttdoc">Operate in stand-alone mode.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00125">Config.h:125</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcba65745e7f126a80a04d0c0626ef80290e"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba65745e7f126a80a04d0c0626ef80290e">ripple::SizedItem::ramSizeGB</a></div><div class="ttdeci">@ ramSizeGB</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a8b89f0ab7460379ca1b8c849553eeba5"><div class="ttname"><a href="classripple_1_1Config.html#a8b89f0ab7460379ca1b8c849553eeba5">ripple::Config::load</a></div><div class="ttdeci">void load()</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l00435">Config.cpp:435</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_adc326517fee9c03177280742b6236127"><div class="ttname"><a href="classripple_1_1Config.html#adc326517fee9c03177280742b6236127">ripple::Config::j_</a></div><div class="ttdeci">const beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00112">Config.h:112</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a7b8633802d7ea35cd767c2a0ab6d037e"><div class="ttname"><a href="classripple_1_1Config.html#a7b8633802d7ea35cd767c2a0ab6d037e">ripple::Config::RELAY_UNTRUSTED_PROPOSALS</a></div><div class="ttdeci">int RELAY_UNTRUSTED_PROPOSALS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00175">Config.h:175</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a8fdf3fd3b2112759b3a0a7fa4d8afa05"><div class="ttname"><a href="classripple_1_1Config.html#a8fdf3fd3b2112759b3a0a7fa4d8afa05">ripple::Config::reporting</a></div><div class="ttdeci">bool reporting() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00337">Config.h:337</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ac9ecf69a240758ad0277bd60e63ff961"><div class="ttname"><a href="classripple_1_1Config.html#ac9ecf69a240758ad0277bd60e63ff961">ripple::Config::SSL_VERIFY_FILE</a></div><div class="ttdeci">std::string SSL_VERIFY_FILE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00221">Config.h:221</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_acec216c5b37b6d4ac971e1ff62142963"><div class="ttname"><a href="classripple_1_1Config.html#acec216c5b37b6d4ac971e1ff62142963">ripple::Config::loadFromString</a></div><div class="ttdeci">void loadFromString(std::string const &fileContents)</div><div class="ttdoc">Load the config from the contents of the string.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l00457">Config.cpp:457</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_abe2b226bd6705b7010feb45f66363142"><div class="ttname"><a href="classripple_1_1Config.html#abe2b226bd6705b7010feb45f66363142">ripple::Config::getValueFor</a></div><div class="ttdeci">int getValueFor(SizedItem item, std::optional< std::size_t > node=std::nullopt) const</div><div class="ttdoc">Retrieve the default value for the item at the specified node size.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l01022">Config.cpp:1022</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a461ff00c3b99cce73846de74aefefed9"><div class="ttname"><a href="classripple_1_1Config.html#a461ff00c3b99cce73846de74aefefed9">ripple::Config::FORCE_MULTI_THREAD</a></div><div class="ttdeci">bool FORCE_MULTI_THREAD</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00244">Config.h:244</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a8df6fc2c4e473d354bc1ec1640294bf6"><div class="ttname"><a href="classripple_1_1Config.html#a8df6fc2c4e473d354bc1ec1640294bf6">ripple::Config::FAST_LOAD</a></div><div class="ttdeci">bool FAST_LOAD</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00296">Config.h:296</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html"><div class="ttname"><a href="classripple_1_1Config.html">ripple::Config</a></div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00089">Config.h:89</a></div></div>
|
|
<div class="ttc" id="achrono_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99ea50338de0064b157025d2811e1655e663"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea50338de0064b157025d2811e1655e663">ripple::Config::NETWORK</a></div><div class="ttdeci">@ NETWORK</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ae42060fb3166a1e969abca4a64743042"><div class="ttname"><a href="classripple_1_1Config.html#ae42060fb3166a1e969abca4a64743042">ripple::Config::SNTP_SERVERS</a></div><div class="ttdeci">std::vector< std::string > SNTP_SERVERS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00151">Config.h:151</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a3aaac87eab79667cbfd584dc4e7d6d6e"><div class="ttname"><a href="classripple_1_1Config.html#a3aaac87eab79667cbfd584dc4e7d6d6e">ripple::Config::IPS_FIXED</a></div><div class="ttdeci">std::vector< std::string > IPS_FIXED</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00150">Config.h:150</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a55cd8ef67ffbf6a137e0dd71bc8151c6"><div class="ttname"><a href="classripple_1_1Config.html#a55cd8ef67ffbf6a137e0dd71bc8151c6">ripple::Config::standalone</a></div><div class="ttdeci">bool standalone() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00332">Config.h:332</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ab6d562ee44093dba4b4f003a6f5a3dd1"><div class="ttname"><a href="classripple_1_1Config.html#ab6d562ee44093dba4b4f003a6f5a3dd1">ripple::Config::SSL_VERIFY</a></div><div class="ttdeci">bool SSL_VERIFY</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00220">Config.h:220</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_abab7a2dbd7e4c6c5e553d255cd9068c9"><div class="ttname"><a href="classripple_1_1Config.html#abab7a2dbd7e4c6c5e553d255cd9068c9">ripple::Config::USE_TX_TABLES</a></div><div class="ttdeci">bool USE_TX_TABLES</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00131">Config.h:131</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aa09be5266eca22f68f27e60169291ec5"><div class="ttname"><a href="classripple_1_1Config.html#aa09be5266eca22f68f27e60169291ec5">ripple::Config::useTxTables</a></div><div class="ttdeci">bool useTxTables() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00343">Config.h:343</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a60e194c37b2e6e2a6cbaab170579fd15"><div class="ttname"><a href="classripple_1_1Config.html#a60e194c37b2e6e2a6cbaab170579fd15">ripple::Config::BETA_RPC_API</a></div><div class="ttdeci">bool BETA_RPC_API</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00293">Config.h:293</a></div></div>
|
|
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ac297eefd69dc2e30749d2446715b3f9c"><div class="ttname"><a href="namespaceripple.html#ac297eefd69dc2e30749d2446715b3f9c">ripple::setup_FeeVote</a></div><div class="ttdeci">FeeSetup setup_FeeVote(Section const &section)</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l01031">Config.cpp:1031</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_af722ebb601d71b9e56145ac49fc85280"><div class="ttname"><a href="classripple_1_1Config.html#af722ebb601d71b9e56145ac49fc85280">ripple::Config::PEERS_OUT_MAX</a></div><div class="ttdeci">std::size_t PEERS_OUT_MAX</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00185">Config.h:185</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_afcaabfcf92819db93bab0540ce159d89"><div class="ttname"><a href="classripple_1_1Config.html#afcaabfcf92819db93bab0540ce159d89">ripple::Config::START_UP</a></div><div class="ttdeci">StartUpType START_UP</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00154">Config.h:154</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ad601184a7c478a03dd1dc845d5f42264"><div class="ttname"><a href="classripple_1_1Config.html#ad601184a7c478a03dd1dc845d5f42264">ripple::Config::AMENDMENT_MAJORITY_TIME</a></div><div class="ttdeci">std::chrono::seconds AMENDMENT_MAJORITY_TIME</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00236">Config.h:236</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcba9e9e534926f294eacc1b735a9da65965"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba9e9e534926f294eacc1b735a9da65965">ripple::SizedItem::lgrDBCache</a></div><div class="ttdeci">@ lgrDBCache</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aa9012f1b09001ce0e246f1785c94af13"><div class="ttname"><a href="classripple_1_1Config.html#aa9012f1b09001ce0e246f1785c94af13">ripple::Config::MAX_JOB_QUEUE_TX</a></div><div class="ttdeci">static constexpr int MAX_JOB_QUEUE_TX</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00232">Config.h:232</a></div></div>
|
|
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00058">Journal.h:58</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1FeeSetup_html_a663fe50fc0e114c4e1d16524aa008a6c"><div class="ttname"><a href="structripple_1_1FeeSetup.html#a663fe50fc0e114c4e1d16524aa008a6c">ripple::FeeSetup::account_reserve</a></div><div class="ttdeci">XRPAmount account_reserve</div><div class="ttdoc">The account reserve requirement in drops.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00075">Config.h:75</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbaa62741f39e8a8d667ccccd0642c08746"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbaa62741f39e8a8d667ccccd0642c08746">ripple::SizedItem::burstSize</a></div><div class="ttdeci">@ burstSize</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a9652cd5dcbfe6865181b4a751eb6d52a"><div class="ttname"><a href="classripple_1_1Config.html#a9652cd5dcbfe6865181b4a751eb6d52a">ripple::Config::nodeToShard</a></div><div class="ttdeci">bool nodeToShard</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00146">Config.h:146</a></div></div>
|
|
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a9158914324dfe3d88b194a9e5dd7c940"><div class="ttname"><a href="classripple_1_1Config.html#a9158914324dfe3d88b194a9e5dd7c940">ripple::Config::WORKERS</a></div><div class="ttdeci">int WORKERS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00239">Config.h:239</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a4be0279770c8d63868d2ec64049bd09f"><div class="ttname"><a href="classripple_1_1Config.html#a4be0279770c8d63868d2ec64049bd09f">ripple::Config::canSign</a></div><div class="ttdeci">bool canSign() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00361">Config.h:361</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a521c6cb417d606254ecb78c4933af418"><div class="ttname"><a href="classripple_1_1Config.html#a521c6cb417d606254ecb78c4933af418">ripple::Config::PEERS_IN_MAX</a></div><div class="ttdeci">std::size_t PEERS_IN_MAX</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00186">Config.h:186</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a1798d32b974e5f7a3078070464200951"><div class="ttname"><a href="classripple_1_1Config.html#a1798d32b974e5f7a3078070464200951">ripple::Config::databaseDirName</a></div><div class="ttdeci">static char const *const databaseDirName</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00094">Config.h:94</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a192af75662e5c40c7b469f9ae95291ea"><div class="ttname"><a href="classripple_1_1Config.html#a192af75662e5c40c7b469f9ae95291ea">ripple::Config::START_VALID</a></div><div class="ttdeci">bool START_VALID</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00156">Config.h:156</a></div></div>
|
|
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/map.html">map</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbaed21e4d346721b8707d57bfa1c92f258"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbaed21e4d346721b8707d57bfa1c92f258">ripple::SizedItem::txnDBCache</a></div><div class="ttdeci">@ txnDBCache</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a3e64ab3a23dc90682a1aa75a13afe5bb"><div class="ttname"><a href="classripple_1_1Config.html#a3e64ab3a23dc90682a1aa75a13afe5bb">ripple::Config::PREFETCH_WORKERS</a></div><div class="ttdeci">int PREFETCH_WORKERS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00241">Config.h:241</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ae9332e6cb92d29234e11e31e6211af2b"><div class="ttname"><a href="classripple_1_1Config.html#ae9332e6cb92d29234e11e31e6211af2b">ripple::Config::FEE_UNITS_DEPRECATED</a></div><div class="ttdeci">static constexpr std::uint32_t FEE_UNITS_DEPRECATED</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00165">Config.h:165</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a22e402f03909935b07b56ffeb7069b0f"><div class="ttname"><a href="classripple_1_1Config.html#a22e402f03909935b07b56ffeb7069b0f">ripple::Config::PATH_SEARCH_OLD</a></div><div class="ttdeci">int PATH_SEARCH_OLD</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00200">Config.h:200</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a1f21eed12b604b6b99b866008af1b576"><div class="ttname"><a href="classripple_1_1Config.html#a1f21eed12b604b6b99b866008af1b576">ripple::Config::LEDGER_HISTORY</a></div><div class="ttdeci">std::uint32_t LEDGER_HISTORY</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00212">Config.h:212</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a39f846fcba22b4d253f199f1fdfa8407"><div class="ttname"><a href="classripple_1_1Config.html#a39f846fcba22b4d253f199f1fdfa8407">ripple::Config::NETWORK_QUORUM</a></div><div class="ttdeci">std::size_t NETWORK_QUORUM</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00169">Config.h:169</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a4f58c0a0eba0e944f27ef18d0c8da8bb"><div class="ttname"><a href="classripple_1_1Config.html#a4f58c0a0eba0e944f27ef18d0c8da8bb">ripple::Config::VP_REDUCE_RELAY_ENABLE</a></div><div class="ttdeci">bool VP_REDUCE_RELAY_ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00253">Config.h:253</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_afa493631a6ea5b71b91ceb86576fc328"><div class="ttname"><a href="namespaceripple.html#afa493631a6ea5b71b91ceb86576fc328">ripple::DROPS_PER_XRP</a></div><div class="ttdeci">constexpr XRPAmount DROPS_PER_XRP</div><div class="ttdoc">Number of drops per 1 XRP.</div><div class="ttdef"><b>Definition:</b> <a href="XRPAmount_8h_source.html#l00250">XRPAmount.h:250</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a3c804476ac537fe7d4fa3623131d4504"><div class="ttname"><a href="classripple_1_1Config.html#a3c804476ac537fe7d4fa3623131d4504">ripple::Config::CONFIG_DIR</a></div><div class="ttdeci">boost::filesystem::path CONFIG_DIR</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00105">Config.h:105</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_affa3814314db54dc51e3f56c00ff32e7"><div class="ttname"><a href="classripple_1_1Config.html#affa3814314db54dc51e3f56c00ff32e7">ripple::Config::PEERS_MAX</a></div><div class="ttdeci">std::size_t PEERS_MAX</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00184">Config.h:184</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ae3984f90f3af1dce579c8f7e50babe8c"><div class="ttname"><a href="classripple_1_1Config.html#ae3984f90f3af1dce579c8f7e50babe8c">ripple::Config::setReportingReadOnly</a></div><div class="ttdeci">void setReportingReadOnly(bool b)</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00355">Config.h:355</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99ea0e7baa77ef581ef9dc61862d39238fe8"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea0e7baa77ef581ef9dc61862d39238fe8">ripple::Config::FRESH</a></div><div class="ttdeci">@ FRESH</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ad053293ba571075ebfa6f086ed70fdc5"><div class="ttname"><a href="classripple_1_1Config.html#ad053293ba571075ebfa6f086ed70fdc5">ripple::Config::features</a></div><div class="ttdeci">std::unordered_set< uint256, beast::uhash<> > features</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00282">Config.h:282</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a7abcd82f19d7506fc18019df86a31984"><div class="ttname"><a href="classripple_1_1Config.html#a7abcd82f19d7506fc18019df86a31984">ripple::Config::PATH_SEARCH_FAST</a></div><div class="ttdeci">int PATH_SEARCH_FAST</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00202">Config.h:202</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a3dd3ee6ea86c25b916cd7180b224629b"><div class="ttname"><a href="classripple_1_1Config.html#a3dd3ee6ea86c25b916cd7180b224629b">ripple::Config::setup</a></div><div class="ttdeci">void setup(std::string const &strConf, bool bQuiet, bool bSilent, bool bStandalone)</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l00315">Config.cpp:315</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a11b953ea00abeec2a4a0428cd1efcb7e"><div class="ttname"><a href="classripple_1_1Config.html#a11b953ea00abeec2a4a0428cd1efcb7e">ripple::Config::NETWORK_ID</a></div><div class="ttdeci">uint32_t NETWORK_ID</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00161">Config.h:161</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbad8fa646add8fc293b385aafc538e896e"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbad8fa646add8fc293b385aafc538e896e">ripple::SizedItem::treeCacheSize</a></div><div class="ttdeci">@ treeCacheSize</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a571b13011e10271dd2c5c010106389d8"><div class="ttname"><a href="classripple_1_1Config.html#a571b13011e10271dd2c5c010106389d8">ripple::Config::TX_REDUCE_RELAY_MIN_PEERS</a></div><div class="ttdeci">std::size_t TX_REDUCE_RELAY_MIN_PEERS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00274">Config.h:274</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aa131c01373dfc0db715eb3c94a1ff7ac"><div class="ttname"><a href="classripple_1_1Config.html#aa131c01373dfc0db715eb3c94a1ff7ac">ripple::Config::SERVER_DOMAIN</a></div><div class="ttdeci">std::string SERVER_DOMAIN</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00284">Config.h:284</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a9433d2b86e6e37bfcec0066ba608d354"><div class="ttname"><a href="classripple_1_1Config.html#a9433d2b86e6e37bfcec0066ba608d354">ripple::Config::TX_REDUCE_RELAY_METRICS</a></div><div class="ttdeci">bool TX_REDUCE_RELAY_METRICS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00271">Config.h:271</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99ea33211dccd4e6e97872b39719a141e10c"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea33211dccd4e6e97872b39719a141e10c">ripple::Config::REPLAY</a></div><div class="ttdeci">@ REPLAY</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1FeeSetup_html_a4e137c8b9cd20b448515c830fcdd417c"><div class="ttname"><a href="structripple_1_1FeeSetup.html#a4e137c8b9cd20b448515c830fcdd417c">ripple::FeeSetup::owner_reserve</a></div><div class="ttdeci">XRPAmount owner_reserve</div><div class="ttdoc">The per-owned item reserve requirement in drops.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00078">Config.h:78</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_af9322b9f5b40accc69be37b90981be9e"><div class="ttname"><a href="classripple_1_1Config.html#af9322b9f5b40accc69be37b90981be9e">ripple::Config::RELAY_UNTRUSTED_VALIDATIONS</a></div><div class="ttdeci">int RELAY_UNTRUSTED_VALIDATIONS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00174">Config.h:174</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_abc978c0323764b49d7bd14097dffb5ed"><div class="ttname"><a href="classripple_1_1Config.html#abc978c0323764b49d7bd14097dffb5ed">ripple::Config::doImport</a></div><div class="ttdeci">bool doImport</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00145">Config.h:145</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcba6a7bd94713cd68a0ce1f9beca215d812"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcba6a7bd94713cd68a0ce1f9beca215d812">ripple::SizedItem::sweepInterval</a></div><div class="ttdeci">@ sweepInterval</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ad8dab098919bf5cf79de7ab62c5b8fba"><div class="ttname"><a href="classripple_1_1Config.html#ad8dab098919bf5cf79de7ab62c5b8fba">ripple::Config::COMPRESSION</a></div><div class="ttdeci">bool COMPRESSION</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00225">Config.h:225</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a6d89c3108d7faf0305d9768538ef65b9"><div class="ttname"><a href="namespaceripple.html#a6d89c3108d7faf0305d9768538ef65b9">ripple::defaultAmendmentMajorityTime</a></div><div class="ttdeci">constexpr const std::chrono::seconds defaultAmendmentMajorityTime</div><div class="ttdoc">The minimum amount of time an amendment must hold a majority.</div><div class="ttdef"><b>Definition:</b> <a href="SystemParameters_8h_source.html#l00088">SystemParameters.h:88</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbacdae4987d98b9ac3e09734d700c51514"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbacdae4987d98b9ac3e09734d700c51514">ripple::SizedItem::ledgerSize</a></div><div class="ttdeci">@ ledgerSize</div></div>
|
|
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a4d565d92bcdf3e2a4156a65604e219c2"><div class="ttname"><a href="classripple_1_1Config.html#a4d565d92bcdf3e2a4156a65604e219c2">ripple::Config::IPS</a></div><div class="ttdeci">std::vector< std::string > IPS</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00149">Config.h:149</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a41df2d35ed2cffeac1033bb5e7656ef7"><div class="ttname"><a href="classripple_1_1Config.html#a41df2d35ed2cffeac1033bb5e7656ef7">ripple::Config::configFileName</a></div><div class="ttdeci">static char const *const configFileName</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00093">Config.h:93</a></div></div>
|
|
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aa03bee9cf3f844d3539a85fbc2a9184a"><div class="ttname"><a href="classripple_1_1Config.html#aa03bee9cf3f844d3539a85fbc2a9184a">ripple::Config::TX_RELAY_PERCENTAGE</a></div><div class="ttdeci">std::size_t TX_RELAY_PERCENTAGE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00277">Config.h:277</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1FeeSetup_html"><div class="ttname"><a href="structripple_1_1FeeSetup.html">ripple::FeeSetup</a></div><div class="ttdoc">Fee schedule for startup / standalone, and to vote for.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00069">Config.h:69</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ae8943441efc2d6bf69c45e114fbf683b"><div class="ttname"><a href="classripple_1_1Config.html#ae8943441efc2d6bf69c45e114fbf683b">ripple::Config::QUIET</a></div><div class="ttdeci">bool QUIET</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00114">Config.h:114</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a83ff989bc69d931321cc8efaecbb1c0c"><div class="ttname"><a href="classripple_1_1Config.html#a83ff989bc69d931321cc8efaecbb1c0c">ripple::Config::TX_REDUCE_RELAY_ENABLE</a></div><div class="ttdeci">bool TX_REDUCE_RELAY_ENABLE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00264">Config.h:264</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ad05fa018b47b496a64653fb36a0fbd5b"><div class="ttname"><a href="classripple_1_1Config.html#ad05fa018b47b496a64653fb36a0fbd5b">ripple::Config::reportingReadOnly</a></div><div class="ttdeci">bool reportingReadOnly() const</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00349">Config.h:349</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a46dbb4fab55ba6bd99cbe0e4eb24d2c3"><div class="ttname"><a href="classripple_1_1Config.html#a46dbb4fab55ba6bd99cbe0e4eb24d2c3">ripple::Config::SILENT</a></div><div class="ttdeci">bool SILENT</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00115">Config.h:115</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a89f7a9b77a080de077563afcc893f9a8"><div class="ttname"><a href="classripple_1_1Config.html#a89f7a9b77a080de077563afcc893f9a8">ripple::Config::getDebugLogFile</a></div><div class="ttdeci">boost::filesystem::path getDebugLogFile() const</div><div class="ttdoc">Returns the full path and filename of the debug log file.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8cpp_source.html#l00988">Config.cpp:988</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ac186cbb607c1417144a54b8bd7280423"><div class="ttname"><a href="classripple_1_1Config.html#ac186cbb607c1417144a54b8bd7280423">ripple::Config::FEES</a></div><div class="ttdeci">FeeSetup FEES</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00209">Config.h:209</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ac366d2c7ed574cfb6bd43e0c753e4a17"><div class="ttname"><a href="classripple_1_1Config.html#ac366d2c7ed574cfb6bd43e0c753e4a17">ripple::Config::signingEnabled_</a></div><div class="ttdeci">bool signingEnabled_</div><div class="ttdoc">Determines if the server will sign a tx, given an account's secret seed.</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00139">Config.h:139</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a6d275f46c1bb19d9a85917de5ca1b99ea99e70e98c78e9c336dbf5fa9e54405b1"><div class="ttname"><a href="classripple_1_1Config.html#a6d275f46c1bb19d9a85917de5ca1b99ea99e70e98c78e9c336dbf5fa9e54405b1">ripple::Config::LOAD_FILE</a></div><div class="ttdeci">@ LOAD_FILE</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00153">Config.h:153</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a17959a9f7791d67fb0263b2d0d468d44"><div class="ttname"><a href="classripple_1_1Config.html#a17959a9f7791d67fb0263b2d0d468d44">ripple::Config::ELB_SUPPORT</a></div><div class="ttdeci">bool ELB_SUPPORT</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00147">Config.h:147</a></div></div>
|
|
<div class="ttc" id="atype_traits_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/type_traits.html">type_traits</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1BasicConfig_html"><div class="ttname"><a href="classripple_1_1BasicConfig.html">ripple::BasicConfig</a></div><div class="ttdoc">Holds unparsed configuration information.</div><div class="ttdef"><b>Definition:</b> <a href="BasicConfig_8h_source.html#l00215">BasicConfig.h:215</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a310ee83da2965750fc9ab454cf0bb1ac"><div class="ttname"><a href="classripple_1_1Config.html#a310ee83da2965750fc9ab454cf0bb1ac">ripple::Config::START_LEDGER</a></div><div class="ttdeci">std::string START_LEDGER</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00158">Config.h:158</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b38e742ac7fe4c3a80a397e06b83dcbaf7624c41fe90d862b7797d38a7f0eb49"><div class="ttname"><a href="namespaceripple.html#a1b38e742ac7fe4c3a80a397e06b83dcbaf7624c41fe90d862b7797d38a7f0eb49">ripple::SizedItem::ledgerAge</a></div><div class="ttdeci">@ ledgerAge</div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_af1f63280c28cae7d8793155858f20d37"><div class="ttname"><a href="classripple_1_1Config.html#af1f63280c28cae7d8793155858f20d37">ripple::Config::MAX_UNKNOWN_TIME</a></div><div class="ttdeci">std::chrono::seconds MAX_UNKNOWN_TIME</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00287">Config.h:287</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1XRPAmount_html"><div class="ttname"><a href="classripple_1_1XRPAmount.html">ripple::XRPAmount</a></div><div class="ttdef"><b>Definition:</b> <a href="XRPAmount_8h_source.html#l00046">XRPAmount.h:46</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_afc8665fe94b3d38fb174f08e60692988"><div class="ttname"><a href="classripple_1_1Config.html#afc8665fe94b3d38fb174f08e60692988">ripple::Config::REPORTING_READ_ONLY</a></div><div class="ttdeci">bool REPORTING_READ_ONLY</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00129">Config.h:129</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_aac747943f79d948ec042dfa588b3e80c"><div class="ttname"><a href="classripple_1_1Config.html#aac747943f79d948ec042dfa588b3e80c">ripple::Config::MAX_DIVERGED_TIME</a></div><div class="ttdeci">std::chrono::seconds MAX_DIVERGED_TIME</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00290">Config.h:290</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_ae0a50f17bd2a229a5267c5e43d60ae22"><div class="ttname"><a href="classripple_1_1Config.html#ae0a50f17bd2a229a5267c5e43d60ae22">ripple::Config::RUN_REPORTING</a></div><div class="ttdeci">bool RUN_REPORTING</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00127">Config.h:127</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Config_html_a568c380fe9c0a28afc8b09ab9174c864"><div class="ttname"><a href="classripple_1_1Config.html#a568c380fe9c0a28afc8b09ab9174c864">ripple::Config::rpc_ip</a></div><div class="ttdeci">std::optional< beast::IP::Endpoint > rpc_ip</div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00280">Config.h:280</a></div></div>
|
|
<div class="ttc" id="astring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/string.html">string</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|