mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +00:00
181 lines
31 KiB
HTML
181 lines
31 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: Tuning.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_f4afb74df24474efa0cc7e8ea3ddd5ce.html">rpc</a></li><li class="navelem"><a class="el" href="dir_c0859c9018fba023f632e238d012381a.html">impl</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">rpc/impl/Tuning.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_RPC_TUNING_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_RPC_TUNING_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="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">namespace </span>RPC {</div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html"> 28</a></span> <span class="keyword">namespace </span>Tuning {</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html"> 31</a></span> <span class="keyword">struct </span><a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> {</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#aab3fe11545ef4de1e57d828f7c890573"> 33</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#aab3fe11545ef4de1e57d828f7c890573">rmin</a>, <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#ab27d30f8a2c4deba062ff58212cdb140">rdefault</a>, <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#a0030613e1637c29d503482140a3486d4">rmax</a>;</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> };</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a9f12c3008a6db9e594de946860bab32a"> 37</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a9f12c3008a6db9e594de946860bab32a">accountLines</a> = {10, 200, 400};</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a6df7e80d9fbc75354f976f1ce837e0b2"> 40</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a6df7e80d9fbc75354f976f1ce837e0b2">accountChannels</a> = {10, 200, 400};</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a7b0cc220e0a121558e2eb13b0a2896a7"> 43</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a7b0cc220e0a121558e2eb13b0a2896a7">accountObjects</a> = {10, 200, 400};</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a31aea2baa626019cbbc153a1bb49d236"> 46</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a31aea2baa626019cbbc153a1bb49d236">accountOffers</a> = {10, 200, 400};</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a5a1ef6eab0bf47b572e7d27142ee4d3d"> 49</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a5a1ef6eab0bf47b572e7d27142ee4d3d">bookOffers</a> = {0, 60, 100};</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#ad8b65aac1cd90a963e2a21f5d3a761c2"> 52</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#ad8b65aac1cd90a963e2a21f5d3a761c2">noRippleCheck</a> = {10, 300, 400};</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#ac286bd4682a7559f96cad9f052360c7a"> 55</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#ac286bd4682a7559f96cad9f052360c7a">accountNFTokens</a> = {20, 100, 400};</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a46f88a71a464bdfadec7c9530320d9b2"> 58</a></span> <span class="keyword">static</span> <a class="code" href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">LimitRange</a> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a46f88a71a464bdfadec7c9530320d9b2">nftOffers</a> = {50, 250, 500};</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#adb20338d8d8a6478b9db6f688f87fe7b"> 60</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#adb20338d8d8a6478b9db6f688f87fe7b">defaultAutoFillFeeMultiplier</a> = 10;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#ad85e0e054c38f5297b886219957b54e5"> 61</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#ad85e0e054c38f5297b886219957b54e5">defaultAutoFillFeeDivisor</a> = 1;</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a08629e2f26262f22c2bd696137619000"> 62</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a08629e2f26262f22c2bd696137619000">maxPathfindsInProgress</a> = 2;</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#aa076d0c2c77361a09d34a736c58acfd1"> 63</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#aa076d0c2c77361a09d34a736c58acfd1">maxPathfindJobCount</a> = 50;</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#aa2eb2614fede1987ebbf4db4e133ae65"> 64</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#aa2eb2614fede1987ebbf4db4e133ae65">maxJobQueueClients</a> = 500;</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a2b7f4c6a08082a4c41c526ef9916e3ac"> 65</a></span> <span class="keyword">auto</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a2b7f4c6a08082a4c41c526ef9916e3ac">maxValidatedLedgerAge</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::minutes</a>{2};</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#af3af226b8f8f897ce138ed2af0ce21ae"> 66</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#af3af226b8f8f897ce138ed2af0ce21ae">maxRequestSize</a> = 1000000;</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#aa50408b5e0d068e2c4ba5c9fb3f153b8"> 69</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#aa50408b5e0d068e2c4ba5c9fb3f153b8">binaryPageLength</a> = 2048;</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="namespaceripple_1_1RPC_1_1Tuning.html#a145c0947156031dc86e2dac3f2937920"> 72</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a145c0947156031dc86e2dac3f2937920">jsonPageLength</a> = 256;</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="namespaceripple_1_1RPC_1_1Tuning.html#a79b3b03ad06064f65ae8a3e4c3c79e2b"> 75</a></span> <span class="keyword">inline</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a79b3b03ad06064f65ae8a3e4c3c79e2b">pageLength</a>(<span class="keywordtype">bool</span> isBinary)</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> {</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordflow">return</span> isBinary ? <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#aa50408b5e0d068e2c4ba5c9fb3f153b8">binaryPageLength</a> : <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a145c0947156031dc86e2dac3f2937920">jsonPageLength</a>;</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> }</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#ab1dd180267b73a566a64aa001ee33d5c"> 81</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#ab1dd180267b73a566a64aa001ee33d5c">max_src_cur</a> = 18;</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  </div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC_1_1Tuning.html#a969f1c9323ed9b108968d191f75299f5"> 84</a></span> <span class="keyword">static</span> <span class="keywordtype">int</span> constexpr <a class="code" href="namespaceripple_1_1RPC_1_1Tuning.html#a969f1c9323ed9b108968d191f75299f5">max_auto_src_cur</a> = 88;</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> } <span class="comment">// namespace Tuning</span></div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="comment"></span>} <span class="comment">// namespace RPC</span></div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_ad8b65aac1cd90a963e2a21f5d3a761c2"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#ad8b65aac1cd90a963e2a21f5d3a761c2">ripple::RPC::Tuning::noRippleCheck</a></div><div class="ttdeci">static constexpr LimitRange noRippleCheck</div><div class="ttdoc">Limits for the no_ripple_check command.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00052">rpc/impl/Tuning.h:52</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_ac286bd4682a7559f96cad9f052360c7a"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#ac286bd4682a7559f96cad9f052360c7a">ripple::RPC::Tuning::accountNFTokens</a></div><div class="ttdeci">static constexpr LimitRange accountNFTokens</div><div class="ttdoc">Limits for the account_nftokens command, in pages.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00055">rpc/impl/Tuning.h:55</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::minutes</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1RPC_1_1Tuning_1_1LimitRange_html_ab27d30f8a2c4deba062ff58212cdb140"><div class="ttname"><a href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#ab27d30f8a2c4deba062ff58212cdb140">ripple::RPC::Tuning::LimitRange::rdefault</a></div><div class="ttdeci">unsigned int rdefault</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00033">rpc/impl/Tuning.h:33</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a5a1ef6eab0bf47b572e7d27142ee4d3d"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a5a1ef6eab0bf47b572e7d27142ee4d3d">ripple::RPC::Tuning::bookOffers</a></div><div class="ttdeci">static constexpr LimitRange bookOffers</div><div class="ttdoc">Limits for the book_offers command.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00049">rpc/impl/Tuning.h:49</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a9f12c3008a6db9e594de946860bab32a"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a9f12c3008a6db9e594de946860bab32a">ripple::RPC::Tuning::accountLines</a></div><div class="ttdeci">static constexpr LimitRange accountLines</div><div class="ttdoc">Limits for the account_lines command.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00037">rpc/impl/Tuning.h:37</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a46f88a71a464bdfadec7c9530320d9b2"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a46f88a71a464bdfadec7c9530320d9b2">ripple::RPC::Tuning::nftOffers</a></div><div class="ttdeci">static constexpr LimitRange nftOffers</div><div class="ttdoc">Limits for the nft_buy_offers & nft_sell_offers commands.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00058">rpc/impl/Tuning.h:58</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_ab1dd180267b73a566a64aa001ee33d5c"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#ab1dd180267b73a566a64aa001ee33d5c">ripple::RPC::Tuning::max_src_cur</a></div><div class="ttdeci">static constexpr int max_src_cur</div><div class="ttdoc">Maximum number of source currencies allowed in a path find request.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00081">rpc/impl/Tuning.h:81</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_aa076d0c2c77361a09d34a736c58acfd1"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#aa076d0c2c77361a09d34a736c58acfd1">ripple::RPC::Tuning::maxPathfindJobCount</a></div><div class="ttdeci">static constexpr int maxPathfindJobCount</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00063">rpc/impl/Tuning.h:63</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_af3af226b8f8f897ce138ed2af0ce21ae"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#af3af226b8f8f897ce138ed2af0ce21ae">ripple::RPC::Tuning::maxRequestSize</a></div><div class="ttdeci">static constexpr int maxRequestSize</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00066">rpc/impl/Tuning.h:66</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a79b3b03ad06064f65ae8a3e4c3c79e2b"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a79b3b03ad06064f65ae8a3e4c3c79e2b">ripple::RPC::Tuning::pageLength</a></div><div class="ttdeci">constexpr int pageLength(bool isBinary)</div><div class="ttdoc">Maximum number of pages in a LedgerData response.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00075">rpc/impl/Tuning.h:75</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a7b0cc220e0a121558e2eb13b0a2896a7"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a7b0cc220e0a121558e2eb13b0a2896a7">ripple::RPC::Tuning::accountObjects</a></div><div class="ttdeci">static constexpr LimitRange accountObjects</div><div class="ttdoc">Limits for the account_objects command.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00043">rpc/impl/Tuning.h:43</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1RPC_1_1Tuning_1_1LimitRange_html_a0030613e1637c29d503482140a3486d4"><div class="ttname"><a href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#a0030613e1637c29d503482140a3486d4">ripple::RPC::Tuning::LimitRange::rmax</a></div><div class="ttdeci">unsigned int rmax</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00033">rpc/impl/Tuning.h:33</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="anamespaceripple_1_1RPC_1_1Tuning_html_a31aea2baa626019cbbc153a1bb49d236"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a31aea2baa626019cbbc153a1bb49d236">ripple::RPC::Tuning::accountOffers</a></div><div class="ttdeci">static constexpr LimitRange accountOffers</div><div class="ttdoc">Limits for the account_offers command.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00046">rpc/impl/Tuning.h:46</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_aa50408b5e0d068e2c4ba5c9fb3f153b8"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#aa50408b5e0d068e2c4ba5c9fb3f153b8">ripple::RPC::Tuning::binaryPageLength</a></div><div class="ttdeci">static constexpr int binaryPageLength</div><div class="ttdoc">Maximum number of pages in one response from a binary LedgerData request.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00069">rpc/impl/Tuning.h:69</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1RPC_1_1Tuning_1_1LimitRange_html_aab3fe11545ef4de1e57d828f7c890573"><div class="ttname"><a href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html#aab3fe11545ef4de1e57d828f7c890573">ripple::RPC::Tuning::LimitRange::rmin</a></div><div class="ttdeci">unsigned int rmin</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00033">rpc/impl/Tuning.h:33</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a969f1c9323ed9b108968d191f75299f5"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a969f1c9323ed9b108968d191f75299f5">ripple::RPC::Tuning::max_auto_src_cur</a></div><div class="ttdeci">static constexpr int max_auto_src_cur</div><div class="ttdoc">Maximum number of auto source currencies in a path find request.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00084">rpc/impl/Tuning.h:84</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a6df7e80d9fbc75354f976f1ce837e0b2"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a6df7e80d9fbc75354f976f1ce837e0b2">ripple::RPC::Tuning::accountChannels</a></div><div class="ttdeci">static constexpr LimitRange accountChannels</div><div class="ttdoc">Limits for the account_channels command.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00040">rpc/impl/Tuning.h:40</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a145c0947156031dc86e2dac3f2937920"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a145c0947156031dc86e2dac3f2937920">ripple::RPC::Tuning::jsonPageLength</a></div><div class="ttdeci">static constexpr int jsonPageLength</div><div class="ttdoc">Maximum number of pages in one response from a Json LedgerData request.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00072">rpc/impl/Tuning.h:72</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1RPC_1_1Tuning_1_1LimitRange_html"><div class="ttname"><a href="structripple_1_1RPC_1_1Tuning_1_1LimitRange.html">ripple::RPC::Tuning::LimitRange</a></div><div class="ttdoc">Represents RPC limit parameter values that have a min, default and max.</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00031">rpc/impl/Tuning.h:31</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_adb20338d8d8a6478b9db6f688f87fe7b"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#adb20338d8d8a6478b9db6f688f87fe7b">ripple::RPC::Tuning::defaultAutoFillFeeMultiplier</a></div><div class="ttdeci">static constexpr int defaultAutoFillFeeMultiplier</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00060">rpc/impl/Tuning.h:60</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a08629e2f26262f22c2bd696137619000"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a08629e2f26262f22c2bd696137619000">ripple::RPC::Tuning::maxPathfindsInProgress</a></div><div class="ttdeci">static constexpr int maxPathfindsInProgress</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00062">rpc/impl/Tuning.h:62</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_ad85e0e054c38f5297b886219957b54e5"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#ad85e0e054c38f5297b886219957b54e5">ripple::RPC::Tuning::defaultAutoFillFeeDivisor</a></div><div class="ttdeci">static constexpr int defaultAutoFillFeeDivisor</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00061">rpc/impl/Tuning.h:61</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_aa2eb2614fede1987ebbf4db4e133ae65"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#aa2eb2614fede1987ebbf4db4e133ae65">ripple::RPC::Tuning::maxJobQueueClients</a></div><div class="ttdeci">static constexpr int maxJobQueueClients</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00064">rpc/impl/Tuning.h:64</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1RPC_1_1Tuning_html_a2b7f4c6a08082a4c41c526ef9916e3ac"><div class="ttname"><a href="namespaceripple_1_1RPC_1_1Tuning.html#a2b7f4c6a08082a4c41c526ef9916e3ac">ripple::RPC::Tuning::maxValidatedLedgerAge</a></div><div class="ttdeci">constexpr auto maxValidatedLedgerAge</div><div class="ttdef"><b>Definition:</b> <a href="rpc_2impl_2Tuning_8h_source.html#l00065">rpc/impl/Tuning.h:65</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>
|