Files
rippled/OverlayImpl_8h_source.html
2020-12-05 06:17:37 +00:00

803 lines
172 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: OverlayImpl.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&amp;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&amp;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_b003f5a72efe503c7552f86021e0c4d2.html">overlay</a></li><li class="navelem"><a class="el" href="dir_3d31096116cb07f2d03f31d101bf2478.html">impl</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">OverlayImpl.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<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>&#160;<span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<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>&#160;<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>&#160;<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>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">//==============================================================================</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef RIPPLE_OVERLAY_OVERLAYIMPL_H_INCLUDED</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define RIPPLE_OVERLAY_OVERLAYIMPL_H_INCLUDED</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;ripple/app/main/Application.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/Resolver.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/UnorderedContainers.h&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;ripple/basics/chrono.h&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;ripple/core/Job.h&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;ripple/overlay/Message.h&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;ripple/overlay/Overlay.h&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;ripple/overlay/Slot.h&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;ripple/overlay/impl/Handshake.h&gt;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;ripple/overlay/impl/TrafficCount.h&gt;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;ripple/peerfinder/PeerfinderManager.h&gt;</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;ripple/resource/ResourceManager.h&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &lt;ripple/rpc/ServerHandler.h&gt;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &lt;ripple/server/Handoff.h&gt;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &lt;boost/asio/basic_waitable_timer.hpp&gt;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#include &lt;boost/asio/ip/tcp.hpp&gt;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;boost/asio/ssl/context.hpp&gt;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#include &lt;boost/asio/strand.hpp&gt;</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#include &lt;boost/container/flat_map.hpp&gt;</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#include &lt;boost/optional.hpp&gt;</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/atomic.html">atomic</a>&gt;</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a>&gt;</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/chrono.html">chrono</a>&gt;</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/condition_variable.html">condition_variable</a>&gt;</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a>&gt;</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>&gt;</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</a>&gt;</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/unordered_map.html">unordered_map</a>&gt;</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="keyword">class </span>PeerImp;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="keyword">class </span>BasicConfig;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html"> 57</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1Overlay.html">Overlay</a>, <span class="keyword">public</span> <a class="code" href="classripple_1_1squelch_1_1SquelchHandler.html">squelch::SquelchHandler</a></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;{</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl_1_1Child.html"> 60</a></span>&#160; <span class="keyword">class </span><a class="code" href="classripple_1_1OverlayImpl_1_1Child.html">Child</a></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; {</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl_1_1Child.html#ac48a68b0e553ec566f03e3f7d538beec"> 63</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a>&amp; <a class="code" href="classripple_1_1OverlayImpl_1_1Child.html#ac48a68b0e553ec566f03e3f7d538beec">overlay_</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classripple_1_1OverlayImpl_1_1Child.html#a92a7ada2284894883255d8c16e5c2d0f">Child</a>(<a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a>&amp; overlay);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keyword">virtual</span> <a class="code" href="classripple_1_1OverlayImpl_1_1Child.html#a5fc5099ae66aec0ae67166804a593a46">~Child</a>();</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <a class="code" href="classripple_1_1OverlayImpl_1_1Child.html#ac4493bf690681e0f2aa3b597235f0361">stop</a>() = 0;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; };</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a9453a0ecfe39bfc18ef1f506dc59b715"> 75</a></span>&#160; <span class="keyword">using</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/steady_clock.html">clock_type</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/steady_clock.html">std::chrono::steady_clock</a>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a816ead643b0fe7eae11db90eaecb5631"> 76</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1OverlayImpl.html#a816ead643b0fe7eae11db90eaecb5631">socket_type</a> = boost::asio::ip::tcp::socket;</div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a0d015fc3cac2f60d841c915eacc025e0"> 77</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1OverlayImpl.html#a0d015fc3cac2f60d841c915eacc025e0">address_type</a> = boost::asio::ip::address;</div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a0a209b9b9ce7ffa5cea585be740f9c2c"> 78</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1OverlayImpl.html#a0a209b9b9ce7ffa5cea585be740f9c2c">endpoint_type</a> = boost::asio::ip::tcp::endpoint;</div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a04425d981aa3a6fac81e1ce7d400103a"> 79</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classripple_1_1OverlayImpl.html#a04425d981aa3a6fac81e1ce7d400103a">error_code</a> = boost::system::error_code;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; </div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Timer.html"> 81</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structripple_1_1OverlayImpl_1_1Timer.html">Timer</a> : <a class="code" href="classripple_1_1OverlayImpl_1_1Child.html">Child</a>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html">std::enable_shared_from_this</a>&lt;Timer&gt;</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; {</div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Timer.html#af3c3211524ec474902313958a2629006"> 83</a></span>&#160; boost::asio::basic_waitable_timer&lt;clock_type&gt; <a class="code" href="structripple_1_1OverlayImpl_1_1Timer.html#af3c3211524ec474902313958a2629006">timer_</a>;</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; </div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keyword">explicit</span> <a class="code" href="structripple_1_1OverlayImpl_1_1Timer.html#aef976d3d03984706325ead7ac907ee25">Timer</a>(<a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a>&amp; overlay);</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <a class="code" href="structripple_1_1OverlayImpl_1_1Timer.html#a971696ae846cc8d14ae3c4e32eec5a2c">stop</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="structripple_1_1OverlayImpl_1_1Timer.html#add338ac43b00dc11ef6c0482c382b014">run</a>();</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; </div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <a class="code" href="structripple_1_1OverlayImpl_1_1Timer.html#a244d0579c922ffbb04c977f8b771e379">on_timer</a>(<a class="code" href="classripple_1_1OverlayImpl.html#a04425d981aa3a6fac81e1ce7d400103a">error_code</a> ec);</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; };</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; </div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a687e7562a21884a6c0e98b1449ce0391"> 97</a></span>&#160; <a class="code" href="classripple_1_1Application.html">Application</a>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a687e7562a21884a6c0e98b1449ce0391">app_</a>;</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a5f5adfaebc8623ec0259d8a34f5a2908"> 98</a></span>&#160; boost::asio::io_service&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a5f5adfaebc8623ec0259d8a34f5a2908">io_service_</a>;</div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a5e2869c2b8d42991d28ab767bb665033"> 99</a></span>&#160; boost::optional&lt;boost::asio::io_service::work&gt; <a class="code" href="classripple_1_1OverlayImpl.html#a5e2869c2b8d42991d28ab767bb665033">work_</a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ac30c0044a37d9eb0939bd1eac90dff6a"> 100</a></span>&#160; boost::asio::io_service::strand <a class="code" href="classripple_1_1OverlayImpl.html#ac30c0044a37d9eb0939bd1eac90dff6a">strand_</a>;</div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a7df56f21d09513351c98a973f4022836"> 101</a></span>&#160; <span class="keyword">mutable</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/recursive_mutex.html">std::recursive_mutex</a> <a class="code" href="classripple_1_1OverlayImpl.html#a7df56f21d09513351c98a973f4022836">mutex_</a>; <span class="comment">// VFALCO use std::mutex</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a1da818e5fc573a9dafecaa0dfb2a648a"> 102</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/condition_variable_any.html">std::condition_variable_any</a> <a class="code" href="classripple_1_1OverlayImpl.html#a1da818e5fc573a9dafecaa0dfb2a648a">cond_</a>;</div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a6ae36a0619d8d8763fd06379fbd7ddf3"> 103</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr&lt;Timer&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#a6ae36a0619d8d8763fd06379fbd7ddf3">timer_</a>;</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#afb6dd748e4986d93f5229b030a54641e"> 104</a></span>&#160; boost::container::flat_map&lt;Child*, std::weak_ptr&lt;Child&gt;&gt; <a class="code" href="classripple_1_1OverlayImpl.html#afb6dd748e4986d93f5229b030a54641e">list_</a>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#aea84682825b5a501b694feef477a350c"> 105</a></span>&#160; Setup <a class="code" href="classripple_1_1OverlayImpl.html#aea84682825b5a501b694feef477a350c">setup_</a>;</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a85d83341e072a21b642bb06a11a64895"> 106</a></span>&#160; <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <span class="keyword">const</span> <a class="code" href="classripple_1_1OverlayImpl.html#a85d83341e072a21b642bb06a11a64895">journal_</a>;</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ae5fe3dfe3daa120c09d5041b07104da6"> 107</a></span>&#160; <a class="code" href="classripple_1_1ServerHandlerImp.html">ServerHandler</a>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#ae5fe3dfe3daa120c09d5041b07104da6">serverHandler_</a>;</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a3a0bf589a6364fd1bcd500d661daba6a"> 108</a></span>&#160; <a class="code" href="classripple_1_1Resource_1_1Manager.html">Resource::Manager</a>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a3a0bf589a6364fd1bcd500d661daba6a">m_resourceManager</a>;</div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ac68cea45e3ecdc66943099632d2c8621"> 109</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;PeerFinder::Manager&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#ac68cea45e3ecdc66943099632d2c8621">m_peerFinder</a>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a4a3360b843f3b488afc05cbd164606fd"> 110</a></span>&#160; <a class="code" href="classripple_1_1TrafficCount.html">TrafficCount</a> <a class="code" href="classripple_1_1OverlayImpl.html#a4a3360b843f3b488afc05cbd164606fd">m_traffic</a>;</div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a31b9fcb4a7968e9836b3723763527f25"> 111</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map&lt;std::shared_ptr&lt;PeerFinder::Slot&gt;</a>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr&lt;PeerImp&gt;</a>&gt; <a class="code" href="classripple_1_1OverlayImpl.html#a31b9fcb4a7968e9836b3723763527f25">m_peers</a>;</div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ad71423fe133aa9534b31d3f86cce0221"> 112</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map&lt;Peer::id_t, std::weak_ptr&lt;PeerImp&gt;</a>&gt; <a class="code" href="classripple_1_1OverlayImpl.html#ad71423fe133aa9534b31d3f86cce0221">ids_</a>;</div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a222db6945256c0eebf01c39c572f655c"> 113</a></span>&#160; <a class="code" href="classripple_1_1Resolver.html">Resolver</a>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a222db6945256c0eebf01c39c572f655c">m_resolver</a>;</div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a5c19b6bda81946939dd085c87a0d8d4b"> 114</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt;Peer::id_t&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#a5c19b6bda81946939dd085c87a0d8d4b">next_id_</a>;</div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a903c90bba5298fb5f9908cca6459ab04"> 115</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classripple_1_1OverlayImpl.html#a903c90bba5298fb5f9908cca6459ab04">timer_count_</a>;</div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a6cc5bd75c8d9d7f164df667133ec02cc"> 116</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt;uint64_t&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#a6cc5bd75c8d9d7f164df667133ec02cc">jqTransOverflow_</a>{0};</div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a0c5d3a6fd28ad354aa94be97814bb883"> 117</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt;uint64_t&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#a0c5d3a6fd28ad354aa94be97814bb883">peerDisconnects_</a>{0};</div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#acb8c1dc9836e0df0fac7efe4f4da623d"> 118</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt;uint64_t&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#acb8c1dc9836e0df0fac7efe4f4da623d">peerDisconnectsCharges_</a>{0};</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="comment">// Last time we crawled peers for shard info. &#39;cs&#39; = crawl shards</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#adc38a4ef55acaefbfe216cfba22169e7"> 121</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/atomic/atomic.html">std::atomic&lt;std::chrono::seconds&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#adc38a4ef55acaefbfe216cfba22169e7">csLast_</a>{<a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a>{0}};</div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a00260fa96316a055821a528a840ab076"> 122</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a> <a class="code" href="classripple_1_1OverlayImpl.html#a00260fa96316a055821a528a840ab076">csMutex_</a>;</div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ab9c71ec3099b477fa0e042ecf682de79"> 123</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/condition_variable.html">std::condition_variable</a> <a class="code" href="classripple_1_1OverlayImpl.html#ab9c71ec3099b477fa0e042ecf682de79">csCV_</a>;</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="comment">// Peer IDs expecting to receive a last link notification</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ad3cecb1ea965a582052d265c7e69d409"> 125</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;std::uint32_t&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#ad3cecb1ea965a582052d265c7e69d409">csIDs_</a>;</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; </div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a15c665c1e4abe4e9c022136d8ca491ed"> 127</a></span>&#160; boost::optional&lt;std::uint32_t&gt; <a class="code" href="classripple_1_1OverlayImpl.html#a15c665c1e4abe4e9c022136d8ca491ed">networkID_</a>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; </div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ac6be151f313d6d77ce863e641b49ddd9"> 129</a></span>&#160; <a class="code" href="classripple_1_1squelch_1_1Slots.html">squelch::Slots&lt;UptimeClock&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#ac6be151f313d6d77ce863e641b49ddd9">slots_</a>;</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="comment">// A message with the list of manifests we send to peers</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a4690e3dc0ec8663844df7c17936c238f"> 132</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Message&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#a4690e3dc0ec8663844df7c17936c238f">manifestMessage_</a>;</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="comment">// Used to track whether we need to update the cached list of manifests</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a4888f79cc6166a92dd3061621fb5d3ef"> 134</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;std::uint32_t&gt;</a> <a class="code" href="classripple_1_1OverlayImpl.html#a4888f79cc6166a92dd3061621fb5d3ef">manifestListSeq_</a>;</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="comment">// Protects the message and the sequence list of manifests</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a744cd710ad06c438b6af9313bbeb3e67"> 136</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a> <a class="code" href="classripple_1_1OverlayImpl.html#a744cd710ad06c438b6af9313bbeb3e67">manifestLock_</a>;</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; </div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="comment">//--------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a26098838769665d1a747b67585832579">OverlayImpl</a>(</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <a class="code" href="classripple_1_1Application.html">Application</a>&amp; app,</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; Setup <span class="keyword">const</span>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a55c2ef9cc5b0abfbd143b1feea4f3c4b">setup</a>,</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <a class="code" href="classripple_1_1Stoppable.html">Stoppable</a>&amp; parent,</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; <a class="code" href="classripple_1_1ServerHandlerImp.html">ServerHandler</a>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a821a13c80fde552d9206ea691a6aec68">serverHandler</a>,</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <a class="code" href="classripple_1_1Resource_1_1Manager.html">Resource::Manager</a>&amp; <a class="code" href="classripple_1_1OverlayImpl.html#a4aa2c1c54b6ebe297e288ca49a1b6810">resourceManager</a>,</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <a class="code" href="classripple_1_1Resolver.html">Resolver</a>&amp; resolver,</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; boost::asio::io_service&amp; io_service,</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <a class="code" href="classripple_1_1BasicConfig.html">BasicConfig</a> <span class="keyword">const</span>&amp; config,</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">beast::insight::Collector::ptr</a> <span class="keyword">const</span>&amp; collector);</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; </div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a573ecfb6936c4423c4187a18c4b31afe">~OverlayImpl</a>();</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a26098838769665d1a747b67585832579">OverlayImpl</a>(<a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a> <span class="keyword">const</span>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a>&amp;</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a7cbf3979760f7b694fb7ea3c7ebb571a">operator=</a>(<a class="code" href="classripple_1_1OverlayImpl.html">OverlayImpl</a> <span class="keyword">const</span>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; </div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <a class="code" href="classripple_1_1PeerFinder_1_1Manager.html">PeerFinder::Manager</a>&amp;</div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#af79b454c807a1a1ed55ddfb56ba9cf09"> 159</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#af79b454c807a1a1ed55ddfb56ba9cf09">peerFinder</a>()</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; {</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="keywordflow">return</span> *<a class="code" href="classripple_1_1OverlayImpl.html#ac68cea45e3ecdc66943099632d2c8621">m_peerFinder</a>;</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; }</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; </div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <a class="code" href="classripple_1_1Resource_1_1Manager.html">Resource::Manager</a>&amp;</div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a4aa2c1c54b6ebe297e288ca49a1b6810"> 165</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a4aa2c1c54b6ebe297e288ca49a1b6810">resourceManager</a>()</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; {</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#a3a0bf589a6364fd1bcd500d661daba6a">m_resourceManager</a>;</div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; }</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <a class="code" href="classripple_1_1ServerHandlerImp.html">ServerHandler</a>&amp;</div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a821a13c80fde552d9206ea691a6aec68"> 171</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a821a13c80fde552d9206ea691a6aec68">serverHandler</a>()</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; {</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#ae5fe3dfe3daa120c09d5041b07104da6">serverHandler_</a>;</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; }</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; Setup <span class="keyword">const</span>&amp;</div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a55c2ef9cc5b0abfbd143b1feea4f3c4b"> 177</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a55c2ef9cc5b0abfbd143b1feea4f3c4b">setup</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#aea84682825b5a501b694feef477a350c">setup_</a>;</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; }</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; </div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; <a class="code" href="structripple_1_1Handoff.html">Handoff</a></div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac7a4d439587511364b72808ed8eb486e">onHandoff</a>(</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;stream_type&gt;</a>&amp;&amp; bundle,</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; <a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a>&amp;&amp; request,</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a0a209b9b9ce7ffa5cea585be740f9c2c">endpoint_type</a> remote_endpoint) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; </div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac74b1afabc6ab8f758a2566d51c51e36">connect</a>(<a class="code" href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a> <span class="keyword">const</span>&amp; remote_endpoint) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; </div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; <span class="keywordtype">int</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#af5781ac0e4a3d7fb69b7089578bc5830">limit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; </div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a98a077168a135ac114235f3e055fd5b3">size</a>() <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; </div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#adf57bee334d9fc7ddfae571dcf7fd1a4">json</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; <a class="code" href="classripple_1_1Overlay.html#a8b102f6e05a0de6eec2d9034bfb41379">PeerSequence</a></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a2eb13be3a38a8711d749372f968dac22">getActivePeers</a>() <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; </div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classripple_1_1OverlayImpl.html#ae04f46e44f0c2d90f70778f65d0a845a">checkTracking</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; </div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Peer&gt;</a></div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a534b616d5493147c3eb197af4f3f7cf1">findPeerByShortID</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">Peer::id_t</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; </div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Peer&gt;</a></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a35852ee0ce8279aef2a36773dd861223">findPeerByPublicKey</a>(<a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; pubKey) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; </div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a7127b00a7f599b223cab483654723616">broadcast</a>(protocol::TMProposeSet&amp; m) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; </div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a7127b00a7f599b223cab483654723616">broadcast</a>(protocol::TMValidation&amp; m) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; </div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;Peer::id_t&gt;</a></div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a95481d20b4e474ddd175e13038323689">relay</a>(</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; protocol::TMProposeSet&amp; m,</div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; uid,</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; <a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; validator) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; </div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;Peer::id_t&gt;</a></div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a95481d20b4e474ddd175e13038323689">relay</a>(</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; protocol::TMValidation&amp; m,</div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; uid,</div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; validator) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; </div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Message&gt;</a></div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ad2689e6d8875de5f567cb32efc1a3150">getManifestsMessage</a>();</div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; </div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <span class="comment">//--------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; <span class="comment">// OverlayImpl</span></div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; </div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a340bd55af73ab8800735f6c3ac538817">add_active</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;PeerImp&gt;</a> <span class="keyword">const</span>&amp; peer);</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; </div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a8314d9411ae5be655929354317b4693b">remove</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;PeerFinder::Slot&gt;</a> <span class="keyword">const</span>&amp; slot);</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; </div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a27a8da8d13b1bc7ded86ccead573eafd">activate</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;PeerImp&gt;</a> <span class="keyword">const</span>&amp; peer);</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; </div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160; <span class="comment">// Called when an active peer is destroyed.</span></div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a73b8f4f30e2f0fccc0452584d87a1051">onPeerDeactivate</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">Peer::id_t</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; </div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="comment">// UnaryFunc will be called as</span></div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <span class="comment">// void(std::shared_ptr&lt;PeerImp&gt;&amp;&amp;)</span></div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> UnaryFunc&gt;</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#aa19d6ef2edeaea889ff6199f82747bcc"> 260</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#aa19d6ef2edeaea889ff6199f82747bcc">for_each</a>(UnaryFunc&amp;&amp; f)<span class="keyword"> const</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;std::weak_ptr&lt;PeerImp&gt;</a>&gt; wp;</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; {</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1OverlayImpl.html#a7df56f21d09513351c98a973f4022836">mutex_</a>);</div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; </div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; <span class="comment">// Iterate over a copy of the peer list because peer</span></div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; <span class="comment">// destruction can invalidate iterators.</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; wp.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/reserve.html">reserve</a>(<a class="code" href="classripple_1_1OverlayImpl.html#ad71423fe133aa9534b31d3f86cce0221">ids_</a>.size());</div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; </div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span>&amp; x : <a class="code" href="classripple_1_1OverlayImpl.html#ad71423fe133aa9534b31d3f86cce0221">ids_</a>)</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; wp.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">push_back</a>(x.second);</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; }</div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; </div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span>&amp; w : wp)</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; {</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">auto</span> p = w.lock())</div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160; f(std::move(p));</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; }</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160; }</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160; </div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <span class="comment">// Called when TMManifests is received from a peer</span></div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac34dd8726bb45f185a89f0027a259ad8">onManifests</a>(</div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;protocol::TMManifests&gt;</a> <span class="keyword">const</span>&amp; m,</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;PeerImp&gt;</a> <span class="keyword">const</span>&amp; from);</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; </div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#abcf430bc5f040cff77dd77b7c56a652f">isPeerUpgrade</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; request);</div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; </div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> Body&gt;</div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#aa297f7991b44060d492cee915e7244d6"> 292</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#aa297f7991b44060d492cee915e7244d6">isPeerUpgrade</a>(boost::beast::http::response&lt;Body&gt; <span class="keyword">const</span>&amp; response)</div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; {</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; <span class="keywordflow">if</span> (!<a class="code" href="classripple_1_1OverlayImpl.html#a1857a64f0516de9ed62deea84574ced5">is_upgrade</a>(response))</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160; <span class="keywordflow">return</span> response.result() ==</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; boost::beast::http::status::switching_protocols;</div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; }</div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160; </div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> Fields&gt;</div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a1857a64f0516de9ed62deea84574ced5"> 302</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a1857a64f0516de9ed62deea84574ced5">is_upgrade</a>(boost::beast::http::header&lt;true, Fields&gt; <span class="keyword">const</span>&amp; req)</div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; {</div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; <span class="keywordflow">if</span> (req.version() &lt; 11)</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; <span class="keywordflow">if</span> (req.method() != boost::beast::http::verb::get)</div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; <span class="keywordflow">if</span> (!boost::beast::http::token_list{req[<span class="stringliteral">&quot;Connection&quot;</span>]}.exists(</div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; <span class="stringliteral">&quot;upgrade&quot;</span>))</div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160; }</div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; </div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> Fields&gt;</div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00316"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#af4bcd8ae0381d4590a3856becea81153"> 316</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#af4bcd8ae0381d4590a3856becea81153">is_upgrade</a>(boost::beast::http::header&lt;false, Fields&gt; <span class="keyword">const</span>&amp; req)</div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; {</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; <span class="keywordflow">if</span> (req.version() &lt; 11)</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <span class="keywordflow">if</span> (!boost::beast::http::token_list{req[<span class="stringliteral">&quot;Connection&quot;</span>]}.exists(</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; <span class="stringliteral">&quot;upgrade&quot;</span>))</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; }</div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; </div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; <span class="keyword">static</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a0888985ab827a3df0e079496a8918740">makePrefix</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; </div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a24fdba9c67abfceb410797749c99443f">reportTraffic</a>(<a class="code" href="classripple_1_1TrafficCount.html#adbaee77c7a063c9aac783e54594aeda7">TrafficCount::category</a> cat, <span class="keywordtype">bool</span> isInbound, <span class="keywordtype">int</span> bytes);</div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; </div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#af849f4af66d968ff4d387c0be2a811d1"> 333</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#af849f4af66d968ff4d387c0be2a811d1">incJqTransOverflow</a>()<span class="keyword"> override</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; ++<a class="code" href="classripple_1_1OverlayImpl.html#a6cc5bd75c8d9d7f164df667133ec02cc">jqTransOverflow_</a>;</div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; }</div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160; </div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div>
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ac72bf0313b420d1d1ff66e487c94f8dd"> 339</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac72bf0313b420d1d1ff66e487c94f8dd">getJqTransOverflow</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#a6cc5bd75c8d9d7f164df667133ec02cc">jqTransOverflow_</a>;</div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; }</div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; </div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00345"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a5f0a9aee646b4b98d7a255a2ce15e4cc"> 345</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a5f0a9aee646b4b98d7a255a2ce15e4cc">incPeerDisconnect</a>()<span class="keyword"> override</span></div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160; ++<a class="code" href="classripple_1_1OverlayImpl.html#a0c5d3a6fd28ad354aa94be97814bb883">peerDisconnects_</a>;</div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160; }</div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160; </div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#affdbd702da9388ff37e2922dbea86a79"> 351</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#affdbd702da9388ff37e2922dbea86a79">getPeerDisconnect</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#a0c5d3a6fd28ad354aa94be97814bb883">peerDisconnects_</a>;</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; }</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; </div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00357"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ae3e793fadc871cc98c8c45bd8f77b29a"> 357</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ae3e793fadc871cc98c8c45bd8f77b29a">incPeerDisconnectCharges</a>()<span class="keyword"> override</span></div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; ++<a class="code" href="classripple_1_1OverlayImpl.html#acb8c1dc9836e0df0fac7efe4f4da623d">peerDisconnectsCharges_</a>;</div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160; }</div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160; </div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div>
<div class="line"><a name="l00363"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a7e1c12d0a2dd246dca87211614c0fa2d"> 363</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a7e1c12d0a2dd246dca87211614c0fa2d">getPeerDisconnectCharges</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#acb8c1dc9836e0df0fac7efe4f4da623d">peerDisconnectsCharges_</a>;</div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160; }</div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160; </div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; boost::optional&lt;std::uint32_t&gt;</div>
<div class="line"><a name="l00369"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#aa146ae9946ec29c3513e2e9d0f4b0049"> 369</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#aa146ae9946ec29c3513e2e9d0f4b0049">networkID</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classripple_1_1OverlayImpl.html#a15c665c1e4abe4e9c022136d8ca491ed">networkID_</a>;</div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160; }</div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160; </div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ace9664e262e1e2976e064260a697a3b8">crawlShards</a>(<span class="keywordtype">bool</span> pubKey, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> hops) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; </div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a04d205f184501dafb84bc51cb9cadc01">lastLink</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; </div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#af5ad0dea6d1dae3a7e27aa6a26f128b5">updateSlotAndSquelch</a>(</div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key,</div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; validator,</div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt;Peer::id_t&gt;</a>&amp;&amp; peers,</div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160; protocol::MessageType type);</div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; </div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#af5ad0dea6d1dae3a7e27aa6a26f128b5">updateSlotAndSquelch</a>(</div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160; <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key,</div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; <a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; validator,</div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">Peer::id_t</a> peer,</div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; protocol::MessageType type);</div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160; </div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a522fb9ffec5625df2a15f19b2e629ba9">deletePeer</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">Peer::id_t</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160; </div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a4af02b1675b8d13ceb9ea72d031906f6">squelch</a>(</div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; <a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; validator,</div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">Peer::id_t</a> <span class="keyword">const</span> <span class="keywordtype">id</span>,</div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> squelchDuration) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160; </div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a9bffa5dc79c7be0b7c4c75cce173ad2a">unsquelch</a>(<a class="code" href="classripple_1_1PublicKey.html">PublicKey</a> <span class="keyword">const</span>&amp; validator, <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">Peer::id_t</a> <span class="keywordtype">id</span>) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; </div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Writer&gt;</a></div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a9f6861b0fb2805bb479f316f1d0d2bc2">makeRedirectResponse</a>(</div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;PeerFinder::Slot&gt;</a> <span class="keyword">const</span>&amp; slot,</div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160; <a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; request,</div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a0d015fc3cac2f60d841c915eacc025e0">address_type</a> remote_address);</div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160; </div>
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;Writer&gt;</a></div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a4bef375aa1fa1abd230bee5634a1285d">makeErrorResponse</a>(</div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;PeerFinder::Slot&gt;</a> <span class="keyword">const</span>&amp; slot,</div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160; <a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; request,</div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a0d015fc3cac2f60d841c915eacc025e0">address_type</a> remote_address,</div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> msg);</div>
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; </div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ae78144c911ad978a0bea72b85f4c48b1">processCrawl</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; req, <a class="code" href="structripple_1_1Handoff.html">Handoff</a>&amp; handoff);</div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; </div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#adea7076f69ac7a79353e8fe37f28be3f">processValidatorList</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; req, <a class="code" href="structripple_1_1Handoff.html">Handoff</a>&amp; handoff);</div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160; </div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a0c8c9cc796e886ba9c96d68b7acfcc4b">processHealth</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; req, <a class="code" href="structripple_1_1Handoff.html">Handoff</a>&amp; handoff);</div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160; </div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160; <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a766f78a5f139b74f35d84dcc3d5ceb42">processRequest</a>(<a class="code" href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">http_request_type</a> <span class="keyword">const</span>&amp; req, <a class="code" href="structripple_1_1Handoff.html">Handoff</a>&amp; handoff);</div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160; </div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#aaa55667827e740d1a2fbcd7c5c9fb8b3">getOverlayInfo</a>();</div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160; </div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ade20be0cc389144d8a3ef7b662e57882">getServerInfo</a>();</div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160; </div>
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac0b788dddf0076d5d5aa7f21c4c434a5">getServerCounts</a>();</div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160; </div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160; <a class="code" href="classJson_1_1Value.html">Json::Value</a></div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a05659a5131a98ed0273b5d280e072c34">getUnlInfo</a>();</div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; </div>
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160; <span class="comment">//--------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160; </div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160; <span class="comment">// Stoppable</span></div>
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160; </div>
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#afa1696dcfab0986110414b709003197d">checkStopped</a>();</div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160; </div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#addad297874d76d9df9fc2d7c903d7782">onPrepare</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160; </div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a3918e80c1267d4f907730999a4f26008">onStart</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160; </div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac252980b7a02834b5a4577456ad8f7a3">onStop</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; </div>
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a3a2a34dcf3647aad5b8860744fc4a324">onChildrenStopped</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160; </div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160; <span class="comment">// PropertyStream</span></div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160; <span class="comment">//</span></div>
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; </div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a20efec9ce4b1701e4a988430465cbe24">onWrite</a>(<a class="code" href="classbeast_1_1PropertyStream_1_1Map.html">beast::PropertyStream::Map</a>&amp; stream) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160; </div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160; <span class="comment">//--------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; </div>
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a8314d9411ae5be655929354317b4693b">remove</a>(Child&amp; child);</div>
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160; </div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a45ff03a02542fb092d93c7bd257fbccd">stop</a>();</div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160; </div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ac9dcdbe7f5e3cdb19fa1c7d71538556b">autoConnect</a>();</div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160; </div>
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a80a5c09b232c3fc6d872f53206c34ed1">sendEndpoints</a>();</div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160; </div>
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a21ecf8c5c7a9b2f9dba05b1a07b89f06">deleteIdlePeers</a>();</div>
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160; </div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00549"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html"> 549</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html">TrafficGauges</a></div>
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; {</div>
<div class="line"><a name="l00551"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#adaeff1154463ff4648e3a5771e1c8690"> 551</a></span>&#160; <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#adaeff1154463ff4648e3a5771e1c8690">TrafficGauges</a>(</div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160; <span class="keywordtype">char</span> <span class="keyword">const</span>* <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a5672372869d3a59c7cd2f7ce3056ae33">name</a>,</div>
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">beast::insight::Collector::ptr</a> <span class="keyword">const</span>&amp; collector)</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160; : <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a7a5fee4d65e034d6b4e51ba7fed15cec">bytesIn</a>(collector-&gt;make_gauge(<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a5672372869d3a59c7cd2f7ce3056ae33">name</a>, <span class="stringliteral">&quot;Bytes_In&quot;</span>))</div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; , <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aeb990b84c6b89d178dcc80b4e41fa577">bytesOut</a>(collector-&gt;make_gauge(<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a5672372869d3a59c7cd2f7ce3056ae33">name</a>, <span class="stringliteral">&quot;Bytes_Out&quot;</span>))</div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; , <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a5c4dccc78f1110ded1869f48290f4b1f">messagesIn</a>(collector-&gt;make_gauge(<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a5672372869d3a59c7cd2f7ce3056ae33">name</a>, <span class="stringliteral">&quot;Messages_In&quot;</span>))</div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160; , <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aa03b8fed44171cbc4b699d09805ffff3">messagesOut</a>(collector-&gt;make_gauge(<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a5672372869d3a59c7cd2f7ce3056ae33">name</a>, <span class="stringliteral">&quot;Messages_Out&quot;</span>))</div>
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160; {</div>
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160; }</div>
<div class="line"><a name="l00560"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a7a5fee4d65e034d6b4e51ba7fed15cec"> 560</a></span>&#160; <a class="code" href="classbeast_1_1insight_1_1Gauge.html">beast::insight::Gauge</a> <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a7a5fee4d65e034d6b4e51ba7fed15cec">bytesIn</a>;</div>
<div class="line"><a name="l00561"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aeb990b84c6b89d178dcc80b4e41fa577"> 561</a></span>&#160; <a class="code" href="classbeast_1_1insight_1_1Gauge.html">beast::insight::Gauge</a> <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aeb990b84c6b89d178dcc80b4e41fa577">bytesOut</a>;</div>
<div class="line"><a name="l00562"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a5c4dccc78f1110ded1869f48290f4b1f"> 562</a></span>&#160; <a class="code" href="classbeast_1_1insight_1_1Gauge.html">beast::insight::Gauge</a> <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a5c4dccc78f1110ded1869f48290f4b1f">messagesIn</a>;</div>
<div class="line"><a name="l00563"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aa03b8fed44171cbc4b699d09805ffff3"> 563</a></span>&#160; <a class="code" href="classbeast_1_1insight_1_1Gauge.html">beast::insight::Gauge</a> <a class="code" href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aa03b8fed44171cbc4b699d09805ffff3">messagesOut</a>;</div>
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160; };</div>
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160; </div>
<div class="line"><a name="l00566"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Stats.html"> 566</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html">Stats</a></div>
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; {</div>
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">class</span> Handler&gt;</div>
<div class="line"><a name="l00569"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Stats.html#a8c95fa30cc03536bf80e54df1cfbc756"> 569</a></span>&#160; <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a8c95fa30cc03536bf80e54df1cfbc756">Stats</a>(</div>
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160; Handler <span class="keyword">const</span>&amp; handler,</div>
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">beast::insight::Collector::ptr</a> <span class="keyword">const</span>&amp; collector,</div>
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;TrafficGauges&gt;</a>&amp;&amp; trafficGauges_)</div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160; : <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a4092d59438092cbd22bf30a980c547c1">peerDisconnects</a>(</div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160; collector-&gt;make_gauge(<span class="stringliteral">&quot;Overlay&quot;</span>, <span class="stringliteral">&quot;Peer_Disconnects&quot;</span>))</div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160; , <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>(<a class="code" href="namespacestd.html">std</a>::move(trafficGauges_))</div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160; , <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#af9238f95a0de007c6af23a9bc07cea15">hook</a>(collector-&gt;make_hook(handler))</div>
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span>&#160; {</div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160; }</div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; </div>
<div class="line"><a name="l00580"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Stats.html#a4092d59438092cbd22bf30a980c547c1"> 580</a></span>&#160; <a class="code" href="classbeast_1_1insight_1_1Gauge.html">beast::insight::Gauge</a> <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a4092d59438092cbd22bf30a980c547c1">peerDisconnects</a>;</div>
<div class="line"><a name="l00581"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a"> 581</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt;TrafficGauges&gt;</a> <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>;</div>
<div class="line"><a name="l00582"></a><span class="lineno"><a class="line" href="structripple_1_1OverlayImpl_1_1Stats.html#af9238f95a0de007c6af23a9bc07cea15"> 582</a></span>&#160; <a class="code" href="classbeast_1_1insight_1_1Hook.html">beast::insight::Hook</a> <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#af9238f95a0de007c6af23a9bc07cea15">hook</a>;</div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160; };</div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160; </div>
<div class="line"><a name="l00585"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df"> 585</a></span>&#160; <a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html">Stats</a> <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>;</div>
<div class="line"><a name="l00586"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#adf838ed2ef8a2910abe3d254d97879b1"> 586</a></span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a> <a class="code" href="classripple_1_1OverlayImpl.html#adf838ed2ef8a2910abe3d254d97879b1">m_statsMutex</a>;</div>
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160; </div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; <span class="keywordtype">void</span></div>
<div class="line"><a name="l00590"></a><span class="lineno"><a class="line" href="classripple_1_1OverlayImpl.html#a692dc2ad4e2b163595f42628ddfd51bc"> 590</a></span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#a692dc2ad4e2b163595f42628ddfd51bc">collect_metrics</a>()</div>
<div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160; {</div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160; <span class="keyword">auto</span> counts = <a class="code" href="classripple_1_1OverlayImpl.html#a4a3360b843f3b488afc05cbd164606fd">m_traffic</a>.<a class="code" href="classripple_1_1TrafficCount.html#a2d6d314b75b40b8370f256e09d2b7927">getCounts</a>();</div>
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160; <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a> lock(<a class="code" href="classripple_1_1OverlayImpl.html#adf838ed2ef8a2910abe3d254d97879b1">m_statsMutex</a>);</div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; assert(counts.size() == <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>.<a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>.size());</div>
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160; </div>
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160; <span class="keywordflow">for</span> (<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> i = 0; i &lt; counts.size(); ++i)</div>
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160; {</div>
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>.<a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>[i].bytesIn = counts[i].bytesIn;</div>
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>.<a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>[i].bytesOut = counts[i].bytesOut;</div>
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>.<a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>[i].messagesIn = counts[i].messagesIn;</div>
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>.<a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">trafficGauges</a>[i].messagesOut = counts[i].messagesOut;</div>
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160; }</div>
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160; <a class="code" href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">m_stats</a>.<a class="code" href="structripple_1_1OverlayImpl_1_1Stats.html#a4092d59438092cbd22bf30a980c547c1">peerDisconnects</a> = <a class="code" href="classripple_1_1OverlayImpl.html#affdbd702da9388ff37e2922dbea86a79">getPeerDisconnect</a>();</div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160; }</div>
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>&#160;};</div>
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160; </div>
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span>&#160;} <span class="comment">// namespace ripple</span></div>
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160; </div>
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_a5672372869d3a59c7cd2f7ce3056ae33"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#a5672372869d3a59c7cd2f7ce3056ae33">beast::PropertyStream::Source::name</a></div><div class="ttdeci">std::string const &amp; name() const</div><div class="ttdoc">Returns the name of this source.</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00190">beast_PropertyStream.cpp:190</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_adf838ed2ef8a2910abe3d254d97879b1"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#adf838ed2ef8a2910abe3d254d97879b1">ripple::OverlayImpl::m_statsMutex</a></div><div class="ttdeci">std::mutex m_statsMutex</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00586">OverlayImpl.h:586</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Stats_html_af9238f95a0de007c6af23a9bc07cea15"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Stats.html#af9238f95a0de007c6af23a9bc07cea15">ripple::OverlayImpl::Stats::hook</a></div><div class="ttdeci">beast::insight::Hook hook</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00582">OverlayImpl.h:582</a></div></div>
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition:</b> <a href="Application_8h_source.html#l00097">Application.h:97</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac0b788dddf0076d5d5aa7f21c4c434a5"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac0b788dddf0076d5d5aa7f21c4c434a5">ripple::OverlayImpl::getServerCounts</a></div><div class="ttdeci">Json::Value getServerCounts()</div><div class="ttdoc">Returns information about the local server's performance counters.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00933">OverlayImpl.cpp:933</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a85d83341e072a21b642bb06a11a64895"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a85d83341e072a21b642bb06a11a64895">ripple::OverlayImpl::journal_</a></div><div class="ttdeci">const beast::Journal journal_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00106">OverlayImpl.h:106</a></div></div>
<div class="ttc" id="asteady_clock_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/steady_clock.html">std::chrono::steady_clock</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a0d015fc3cac2f60d841c915eacc025e0"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a0d015fc3cac2f60d841c915eacc025e0">ripple::OverlayImpl::address_type</a></div><div class="ttdeci">boost::asio::ip::address address_type</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00077">OverlayImpl.h:77</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Timer_html_add338ac43b00dc11ef6c0482c382b014"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Timer.html#add338ac43b00dc11ef6c0482c382b014">ripple::OverlayImpl::Timer::run</a></div><div class="ttdeci">void run()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00080">OverlayImpl.cpp:80</a></div></div>
<div class="ttc" id="aclassripple_1_1TrafficCount_html_a2d6d314b75b40b8370f256e09d2b7927"><div class="ttname"><a href="classripple_1_1TrafficCount.html#a2d6d314b75b40b8370f256e09d2b7927">ripple::TrafficCount::getCounts</a></div><div class="ttdeci">auto const &amp; getCounts() const</div><div class="ttdoc">An up-to-date copy of all the counters.</div><div class="ttdef"><b>Definition:</b> <a href="TrafficCount_8h_source.html#l00179">TrafficCount.h:179</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Timer_html_af3c3211524ec474902313958a2629006"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Timer.html#af3c3211524ec474902313958a2629006">ripple::OverlayImpl::Timer::timer_</a></div><div class="ttdeci">boost::asio::basic_waitable_timer&lt; clock_type &gt; timer_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00083">OverlayImpl.h:83</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="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt; Message &gt;</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a5e2869c2b8d42991d28ab767bb665033"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a5e2869c2b8d42991d28ab767bb665033">ripple::OverlayImpl::work_</a></div><div class="ttdeci">boost::optional&lt; boost::asio::io_service::work &gt; work_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00099">OverlayImpl.h:99</a></div></div>
<div class="ttc" id="aclassripple_1_1TrafficCount_html"><div class="ttname"><a href="classripple_1_1TrafficCount.html">ripple::TrafficCount</a></div><div class="ttdef"><b>Definition:</b> <a href="TrafficCount_8h_source.html#l00032">TrafficCount.h:32</a></div></div>
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Map_html"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Map.html">beast::PropertyStream::Map</a></div><div class="ttdef"><b>Definition:</b> <a href="PropertyStream_8h_source.html#l00236">PropertyStream.h:236</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_acb8c1dc9836e0df0fac7efe4f4da623d"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#acb8c1dc9836e0df0fac7efe4f4da623d">ripple::OverlayImpl::peerDisconnectsCharges_</a></div><div class="ttdeci">std::atomic&lt; uint64_t &gt; peerDisconnectsCharges_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00118">OverlayImpl.h:118</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a692dc2ad4e2b163595f42628ddfd51bc"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a692dc2ad4e2b163595f42628ddfd51bc">ripple::OverlayImpl::collect_metrics</a></div><div class="ttdeci">void collect_metrics()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00590">OverlayImpl.h:590</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_1_1Child_html_ac48a68b0e553ec566f03e3f7d538beec"><div class="ttname"><a href="classripple_1_1OverlayImpl_1_1Child.html#ac48a68b0e553ec566f03e3f7d538beec">ripple::OverlayImpl::Child::overlay_</a></div><div class="ttdeci">OverlayImpl &amp; overlay_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00063">OverlayImpl.h:63</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a1857a64f0516de9ed62deea84574ced5"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a1857a64f0516de9ed62deea84574ced5">ripple::OverlayImpl::is_upgrade</a></div><div class="ttdeci">static bool is_upgrade(boost::beast::http::header&lt; true, Fields &gt; const &amp;req)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00302">OverlayImpl.h:302</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ad71423fe133aa9534b31d3f86cce0221"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ad71423fe133aa9534b31d3f86cce0221">ripple::OverlayImpl::ids_</a></div><div class="ttdeci">hash_map&lt; Peer::id_t, std::weak_ptr&lt; PeerImp &gt; &gt; ids_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00112">OverlayImpl.h:112</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac72bf0313b420d1d1ff66e487c94f8dd"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac72bf0313b420d1d1ff66e487c94f8dd">ripple::OverlayImpl::getJqTransOverflow</a></div><div class="ttdeci">std::uint64_t getJqTransOverflow() const override</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00339">OverlayImpl.h:339</a></div></div>
<div class="ttc" id="anamespaceripple_html_ae1899ff3d7d0a3000dff5b755a951381"><div class="ttname"><a href="namespaceripple.html#ae1899ff3d7d0a3000dff5b755a951381">ripple::http_request_type</a></div><div class="ttdeci">boost::beast::http::request&lt; boost::beast::http::dynamic_body &gt; http_request_type</div><div class="ttdef"><b>Definition:</b> <a href="Handoff_8h_source.html#l00031">Handoff.h:31</a></div></div>
<div class="ttc" id="areserve_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/reserve.html">std::vector::reserve</a></div><div class="ttdeci">T reserve(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_af5ad0dea6d1dae3a7e27aa6a26f128b5"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#af5ad0dea6d1dae3a7e27aa6a26f128b5">ripple::OverlayImpl::updateSlotAndSquelch</a></div><div class="ttdeci">void updateSlotAndSquelch(uint256 const &amp;key, PublicKey const &amp;validator, std::set&lt; Peer::id_t &gt; &amp;&amp;peers, protocol::MessageType type)</div><div class="ttdoc">Updates message count for validator/peer.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01407">OverlayImpl.cpp:1407</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac9dcdbe7f5e3cdb19fa1c7d71538556b"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac9dcdbe7f5e3cdb19fa1c7d71538556b">ripple::OverlayImpl::autoConnect</a></div><div class="ttdeci">void autoConnect()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01340">OverlayImpl.cpp:1340</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ad3cecb1ea965a582052d265c7e69d409"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ad3cecb1ea965a582052d265c7e69d409">ripple::OverlayImpl::csIDs_</a></div><div class="ttdeci">std::set&lt; std::uint32_t &gt; csIDs_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00125">OverlayImpl.h:125</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a222db6945256c0eebf01c39c572f655c"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a222db6945256c0eebf01c39c572f655c">ripple::OverlayImpl::m_resolver</a></div><div class="ttdeci">Resolver &amp; m_resolver</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00113">OverlayImpl.h:113</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a7df56f21d09513351c98a973f4022836"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a7df56f21d09513351c98a973f4022836">ripple::OverlayImpl::mutex_</a></div><div class="ttdeci">std::recursive_mutex mutex_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00101">OverlayImpl.h:101</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_affdbd702da9388ff37e2922dbea86a79"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#affdbd702da9388ff37e2922dbea86a79">ripple::OverlayImpl::getPeerDisconnect</a></div><div class="ttdeci">std::uint64_t getPeerDisconnect() const override</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00351">OverlayImpl.h:351</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Timer_html_a244d0579c922ffbb04c977f8b771e379"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Timer.html#a244d0579c922ffbb04c977f8b771e379">ripple::OverlayImpl::Timer::on_timer</a></div><div class="ttdeci">void on_timer(error_code ec)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00088">OverlayImpl.cpp:88</a></div></div>
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a5c19b6bda81946939dd085c87a0d8d4b"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a5c19b6bda81946939dd085c87a0d8d4b">ripple::OverlayImpl::next_id_</a></div><div class="ttdeci">std::atomic&lt; Peer::id_t &gt; next_id_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00114">OverlayImpl.h:114</a></div></div>
<div class="ttc" id="aclassripple_1_1Overlay_html_a8b102f6e05a0de6eec2d9034bfb41379"><div class="ttname"><a href="classripple_1_1Overlay.html#a8b102f6e05a0de6eec2d9034bfb41379">ripple::Overlay::PeerSequence</a></div><div class="ttdeci">std::vector&lt; std::shared_ptr&lt; Peer &gt; &gt; PeerSequence</div><div class="ttdef"><b>Definition:</b> <a href="Overlay_8h_source.html#l00082">Overlay.h:82</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a0888985ab827a3df0e079496a8918740"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a0888985ab827a3df0e079496a8918740">ripple::OverlayImpl::makePrefix</a></div><div class="ttdeci">static std::string makePrefix(std::uint32_t id)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00347">OverlayImpl.cpp:347</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac7a4d439587511364b72808ed8eb486e"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac7a4d439587511364b72808ed8eb486e">ripple::OverlayImpl::onHandoff</a></div><div class="ttdeci">Handoff onHandoff(std::unique_ptr&lt; stream_type &gt; &amp;&amp;bundle, http_request_type &amp;&amp;request, endpoint_type remote_endpoint) override</div><div class="ttdoc">Conditionally accept an incoming HTTP request.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00175">OverlayImpl.cpp:175</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_1OverlayImpl_html_ae3e793fadc871cc98c8c45bd8f77b29a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ae3e793fadc871cc98c8c45bd8f77b29a">ripple::OverlayImpl::incPeerDisconnectCharges</a></div><div class="ttdeci">void incPeerDisconnectCharges() override</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00357">OverlayImpl.h:357</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ab9c71ec3099b477fa0e042ecf682de79"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ab9c71ec3099b477fa0e042ecf682de79">ripple::OverlayImpl::csCV_</a></div><div class="ttdeci">std::condition_variable csCV_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00123">OverlayImpl.h:123</a></div></div>
<div class="ttc" id="arecursive_mutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/recursive_mutex.html">std::recursive_mutex</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac30c0044a37d9eb0939bd1eac90dff6a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac30c0044a37d9eb0939bd1eac90dff6a">ripple::OverlayImpl::strand_</a></div><div class="ttdeci">boost::asio::io_service::strand strand_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00100">OverlayImpl.h:100</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ade20be0cc389144d8a3ef7b662e57882"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ade20be0cc389144d8a3ef7b662e57882">ripple::OverlayImpl::getServerInfo</a></div><div class="ttdeci">Json::Value getServerInfo()</div><div class="ttdoc">Returns information about the local server.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00905">OverlayImpl.cpp:905</a></div></div>
<div class="ttc" id="alock_guard_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a3918e80c1267d4f907730999a4f26008"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a3918e80c1267d4f907730999a4f26008">ripple::OverlayImpl::onStart</a></div><div class="ttdeci">void onStart() override</div><div class="ttdoc">Override called during start.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00572">OverlayImpl.cpp:572</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1TrafficGauges_html_adaeff1154463ff4648e3a5771e1c8690"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#adaeff1154463ff4648e3a5771e1c8690">ripple::OverlayImpl::TrafficGauges::TrafficGauges</a></div><div class="ttdeci">TrafficGauges(char const *name, beast::insight::Collector::ptr const &amp;collector)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00551">OverlayImpl.h:551</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a7127b00a7f599b223cab483654723616"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a7127b00a7f599b223cab483654723616">ripple::OverlayImpl::broadcast</a></div><div class="ttdeci">void broadcast(protocol::TMProposeSet &amp;m) override</div><div class="ttdoc">Broadcast a proposal.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01215">OverlayImpl.cpp:1215</a></div></div>
<div class="ttc" id="aclassripple_1_1squelch_1_1SquelchHandler_html"><div class="ttname"><a href="classripple_1_1squelch_1_1SquelchHandler.html">ripple::squelch::SquelchHandler</a></div><div class="ttdoc">Abstract class.</div><div class="ttdef"><b>Definition:</b> <a href="overlay_2Slot_8h_source.html#l00071">overlay/Slot.h:71</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac74b1afabc6ab8f758a2566d51c51e36"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac74b1afabc6ab8f758a2566d51c51e36">ripple::OverlayImpl::connect</a></div><div class="ttdeci">void connect(beast::IP::Endpoint const &amp;remote_endpoint) override</div><div class="ttdoc">Establish a peer connection to the specified endpoint.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00402">OverlayImpl.cpp:402</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_adf57bee334d9fc7ddfae571dcf7fd1a4"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#adf57bee334d9fc7ddfae571dcf7fd1a4">ripple::OverlayImpl::json</a></div><div class="ttdeci">Json::Value json() override</div><div class="ttdoc">Return diagnostics on the status of all peers.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00970">OverlayImpl.cpp:970</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a55c2ef9cc5b0abfbd143b1feea4f3c4b"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a55c2ef9cc5b0abfbd143b1feea4f3c4b">ripple::OverlayImpl::setup</a></div><div class="ttdeci">Setup const &amp; setup() const</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00177">OverlayImpl.h:177</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a903c90bba5298fb5f9908cca6459ab04"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a903c90bba5298fb5f9908cca6459ab04">ripple::OverlayImpl::timer_count_</a></div><div class="ttdeci">int timer_count_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00115">OverlayImpl.h:115</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_af4bcd8ae0381d4590a3856becea81153"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#af4bcd8ae0381d4590a3856becea81153">ripple::OverlayImpl::is_upgrade</a></div><div class="ttdeci">static bool is_upgrade(boost::beast::http::header&lt; false, Fields &gt; const &amp;req)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00316">OverlayImpl.h:316</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_af849f4af66d968ff4d387c0be2a811d1"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#af849f4af66d968ff4d387c0be2a811d1">ripple::OverlayImpl::incJqTransOverflow</a></div><div class="ttdeci">void incJqTransOverflow() override</div><div class="ttdoc">Increment and retrieve counter for transaction job queue overflows.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00333">OverlayImpl.h:333</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_adea7076f69ac7a79353e8fe37f28be3f"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#adea7076f69ac7a79353e8fe37f28be3f">ripple::OverlayImpl::processValidatorList</a></div><div class="ttdeci">bool processValidatorList(http_request_type const &amp;req, Handoff &amp;handoff)</div><div class="ttdoc">Handles validator list requests.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01018">OverlayImpl.cpp:1018</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a4a3360b843f3b488afc05cbd164606fd"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a4a3360b843f3b488afc05cbd164606fd">ripple::OverlayImpl::m_traffic</a></div><div class="ttdeci">TrafficCount m_traffic</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00110">OverlayImpl.h:110</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Stats_html_a4092d59438092cbd22bf30a980c547c1"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Stats.html#a4092d59438092cbd22bf30a980c547c1">ripple::OverlayImpl::Stats::peerDisconnects</a></div><div class="ttdeci">beast::insight::Gauge peerDisconnects</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00580">OverlayImpl.h:580</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a0c8c9cc796e886ba9c96d68b7acfcc4b"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a0c8c9cc796e886ba9c96d68b7acfcc4b">ripple::OverlayImpl::processHealth</a></div><div class="ttdeci">bool processHealth(http_request_type const &amp;req, Handoff &amp;handoff)</div><div class="ttdoc">Handles health requests.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01064">OverlayImpl.cpp:1064</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_aea84682825b5a501b694feef477a350c"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#aea84682825b5a501b694feef477a350c">ripple::OverlayImpl::setup_</a></div><div class="ttdeci">Setup setup_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00105">OverlayImpl.h:105</a></div></div>
<div class="ttc" id="acondition_variable_any_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/condition_variable_any.html">std::condition_variable_any</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a3a2a34dcf3647aad5b8860744fc4a324"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a3a2a34dcf3647aad5b8860744fc4a324">ripple::OverlayImpl::onChildrenStopped</a></div><div class="ttdeci">void onChildrenStopped() override</div><div class="ttdoc">Override called when all children have stopped.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00588">OverlayImpl.cpp:588</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a1da818e5fc573a9dafecaa0dfb2a648a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a1da818e5fc573a9dafecaa0dfb2a648a">ripple::OverlayImpl::cond_</a></div><div class="ttdeci">std::condition_variable_any cond_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00102">OverlayImpl.h:102</a></div></div>
<div class="ttc" id="aclassripple_1_1TrafficCount_html_adbaee77c7a063c9aac783e54594aeda7"><div class="ttname"><a href="classripple_1_1TrafficCount.html#adbaee77c7a063c9aac783e54594aeda7">ripple::TrafficCount::category</a></div><div class="ttdeci">category</div><div class="ttdef"><b>Definition:</b> <a href="TrafficCount_8h_source.html#l00067">TrafficCount.h:67</a></div></div>
<div class="ttc" id="apush_back_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector/push_back.html">std::vector::push_back</a></div><div class="ttdeci">T push_back(T... args)</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_af79b454c807a1a1ed55ddfb56ba9cf09"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#af79b454c807a1a1ed55ddfb56ba9cf09">ripple::OverlayImpl::peerFinder</a></div><div class="ttdeci">PeerFinder::Manager &amp; peerFinder()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00159">OverlayImpl.h:159</a></div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint</a></div><div class="ttdoc">Integers of any length that is a multiple of 32-bits.</div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00073">base_uint.h:73</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a98a077168a135ac114235f3e055fd5b3"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a98a077168a135ac114235f3e055fd5b3">ripple::OverlayImpl::size</a></div><div class="ttdeci">std::size_t size() const override</div><div class="ttdoc">The number of active peers on the network Active peers are only those peers that have completed the h...</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00844">OverlayImpl.cpp:844</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ae04f46e44f0c2d90f70778f65d0a845a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ae04f46e44f0c2d90f70778f65d0a845a">ripple::OverlayImpl::checkTracking</a></div><div class="ttdeci">void checkTracking(std::uint32_t) override</div><div class="ttdoc">Calls the checkTracking function on each peer.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01181">OverlayImpl.cpp:1181</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a7cbf3979760f7b694fb7ea3c7ebb571a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a7cbf3979760f7b694fb7ea3c7ebb571a">ripple::OverlayImpl::operator=</a></div><div class="ttdeci">OverlayImpl &amp; operator=(OverlayImpl const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a00260fa96316a055821a528a840ab076"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a00260fa96316a055821a528a840ab076">ripple::OverlayImpl::csMutex_</a></div><div class="ttdeci">std::mutex csMutex_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00122">OverlayImpl.h:122</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac34dd8726bb45f185a89f0027a259ad8"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac34dd8726bb45f185a89f0027a259ad8">ripple::OverlayImpl::onManifests</a></div><div class="ttdeci">void onManifests(std::shared_ptr&lt; protocol::TMManifests &gt; const &amp;m, std::shared_ptr&lt; PeerImp &gt; const &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00657">OverlayImpl.cpp:657</a></div></div>
<div class="ttc" id="aclassripple_1_1Stoppable_html"><div class="ttname"><a href="classripple_1_1Stoppable.html">ripple::Stoppable</a></div><div class="ttdoc">Provides an interface for starting and stopping.</div><div class="ttdef"><b>Definition:</b> <a href="Stoppable_8h_source.html#l00201">Stoppable.h:201</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a4690e3dc0ec8663844df7c17936c238f"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a4690e3dc0ec8663844df7c17936c238f">ripple::OverlayImpl::manifestMessage_</a></div><div class="ttdeci">std::shared_ptr&lt; Message &gt; manifestMessage_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00132">OverlayImpl.h:132</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a4aa2c1c54b6ebe297e288ca49a1b6810"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a4aa2c1c54b6ebe297e288ca49a1b6810">ripple::OverlayImpl::resourceManager</a></div><div class="ttdeci">Resource::Manager &amp; resourceManager()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00165">OverlayImpl.h:165</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a816ead643b0fe7eae11db90eaecb5631"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a816ead643b0fe7eae11db90eaecb5631">ripple::OverlayImpl::socket_type</a></div><div class="ttdeci">boost::asio::ip::tcp::socket socket_type</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00076">OverlayImpl.h:76</a></div></div>
<div class="ttc" id="aclassripple_1_1PublicKey_html"><div class="ttname"><a href="classripple_1_1PublicKey.html">ripple::PublicKey</a></div><div class="ttdoc">A public key.</div><div class="ttdef"><b>Definition:</b> <a href="PublicKey_8h_source.html#l00059">PublicKey.h:59</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a15c665c1e4abe4e9c022136d8ca491ed"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a15c665c1e4abe4e9c022136d8ca491ed">ripple::OverlayImpl::networkID_</a></div><div class="ttdeci">boost::optional&lt; std::uint32_t &gt; networkID_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00127">OverlayImpl.h:127</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a7e1c12d0a2dd246dca87211614c0fa2d"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a7e1c12d0a2dd246dca87211614c0fa2d">ripple::OverlayImpl::getPeerDisconnectCharges</a></div><div class="ttdeci">std::uint64_t getPeerDisconnectCharges() const override</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00363">OverlayImpl.h:363</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_aaa55667827e740d1a2fbcd7c5c9fb8b3"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#aaa55667827e740d1a2fbcd7c5c9fb8b3">ripple::OverlayImpl::getOverlayInfo</a></div><div class="ttdeci">Json::Value getOverlayInfo()</div><div class="ttdoc">Returns information about peers on the overlay network.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00857">OverlayImpl.cpp:857</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Stats_html_a7709d85f568112b294fbc2064edeec4a"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Stats.html#a7709d85f568112b294fbc2064edeec4a">ripple::OverlayImpl::Stats::trafficGauges</a></div><div class="ttdeci">std::vector&lt; TrafficGauges &gt; trafficGauges</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00581">OverlayImpl.h:581</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_1OverlayImpl_html_a5f5adfaebc8623ec0259d8a34f5a2908"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a5f5adfaebc8623ec0259d8a34f5a2908">ripple::OverlayImpl::io_service_</a></div><div class="ttdeci">boost::asio::io_service &amp; io_service_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00098">OverlayImpl.h:98</a></div></div>
<div class="ttc" id="aclassripple_1_1ServerHandlerImp_html"><div class="ttname"><a href="classripple_1_1ServerHandlerImp.html">ripple::ServerHandlerImp</a></div><div class="ttdef"><b>Definition:</b> <a href="ServerHandlerImp_8h_source.html#l00046">ServerHandlerImp.h:46</a></div></div>
<div class="ttc" id="aclassripple_1_1Resolver_html"><div class="ttname"><a href="classripple_1_1Resolver.html">ripple::Resolver</a></div><div class="ttdef"><b>Definition:</b> <a href="Resolver_8h_source.html#l00030">Resolver.h:30</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ad535835fd328f766a6c2eaaa5927a6df"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ad535835fd328f766a6c2eaaa5927a6df">ripple::OverlayImpl::m_stats</a></div><div class="ttdeci">Stats m_stats</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00585">OverlayImpl.h:585</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a821a13c80fde552d9206ea691a6aec68"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a821a13c80fde552d9206ea691a6aec68">ripple::OverlayImpl::serverHandler</a></div><div class="ttdeci">ServerHandler &amp; serverHandler()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00171">OverlayImpl.h:171</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a05659a5131a98ed0273b5d280e072c34"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a05659a5131a98ed0273b5d280e072c34">ripple::OverlayImpl::getUnlInfo</a></div><div class="ttdeci">Json::Value getUnlInfo()</div><div class="ttdoc">Returns information about the local server's UNL.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00939">OverlayImpl.cpp:939</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_afa1696dcfab0986110414b709003197d"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#afa1696dcfab0986110414b709003197d">ripple::OverlayImpl::checkStopped</a></div><div class="ttdeci">void checkStopped()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00490">OverlayImpl.cpp:490</a></div></div>
<div class="ttc" id="aenable_shared_from_this_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html">std::enable_shared_from_this</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="aclassripple_1_1OverlayImpl_html_a687e7562a21884a6c0e98b1449ce0391"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a687e7562a21884a6c0e98b1449ce0391">ripple::OverlayImpl::app_</a></div><div class="ttdeci">Application &amp; app_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00097">OverlayImpl.h:97</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac68cea45e3ecdc66943099632d2c8621"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac68cea45e3ecdc66943099632d2c8621">ripple::OverlayImpl::m_peerFinder</a></div><div class="ttdeci">std::unique_ptr&lt; PeerFinder::Manager &gt; m_peerFinder</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00109">OverlayImpl.h:109</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="aclassripple_1_1OverlayImpl_html_ae5fe3dfe3daa120c09d5041b07104da6"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ae5fe3dfe3daa120c09d5041b07104da6">ripple::OverlayImpl::serverHandler_</a></div><div class="ttdeci">ServerHandler &amp; serverHandler_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00107">OverlayImpl.h:107</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_addad297874d76d9df9fc2d7c903d7782"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#addad297874d76d9df9fc2d7c903d7782">ripple::OverlayImpl::onPrepare</a></div><div class="ttdeci">void onPrepare() override</div><div class="ttdoc">Override called during preparation.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00497">OverlayImpl.cpp:497</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1TrafficGauges_html"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1TrafficGauges.html">ripple::OverlayImpl::TrafficGauges</a></div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00549">OverlayImpl.h:549</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_1_1Child_html_a92a7ada2284894883255d8c16e5c2d0f"><div class="ttname"><a href="classripple_1_1OverlayImpl_1_1Child.html#a92a7ada2284894883255d8c16e5c2d0f">ripple::OverlayImpl::Child::Child</a></div><div class="ttdeci">Child(OverlayImpl &amp;overlay)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00056">OverlayImpl.cpp:56</a></div></div>
<div class="ttc" id="aatomic_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/atomic.html">atomic</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1TrafficGauges_html_a7a5fee4d65e034d6b4e51ba7fed15cec"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a7a5fee4d65e034d6b4e51ba7fed15cec">ripple::OverlayImpl::TrafficGauges::bytesIn</a></div><div class="ttdeci">beast::insight::Gauge bytesIn</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00560">OverlayImpl.h:560</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a2eb13be3a38a8711d749372f968dac22"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a2eb13be3a38a8711d749372f968dac22">ripple::OverlayImpl::getActivePeers</a></div><div class="ttdeci">PeerSequence getActivePeers() const override</div><div class="ttdoc">Returns a sequence representing the current list of peers.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01168">OverlayImpl.cpp:1168</a></div></div>
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1TrafficGauges_html_a5c4dccc78f1110ded1869f48290f4b1f"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#a5c4dccc78f1110ded1869f48290f4b1f">ripple::OverlayImpl::TrafficGauges::messagesIn</a></div><div class="ttdeci">beast::insight::Gauge messagesIn</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00562">OverlayImpl.h:562</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a26098838769665d1a747b67585832579"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a26098838769665d1a747b67585832579">ripple::OverlayImpl::OverlayImpl</a></div><div class="ttdeci">OverlayImpl(Application &amp;app, Setup const &amp;setup, Stoppable &amp;parent, ServerHandler &amp;serverHandler, Resource::Manager &amp;resourceManager, Resolver &amp;resolver, boost::asio::io_service &amp;io_service, BasicConfig const &amp;config, beast::insight::Collector::ptr const &amp;collector)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00113">OverlayImpl.cpp:113</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a21ecf8c5c7a9b2f9dba05b1a07b89f06"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a21ecf8c5c7a9b2f9dba05b1a07b89f06">ripple::OverlayImpl::deleteIdlePeers</a></div><div class="ttdeci">void deleteIdlePeers()</div><div class="ttdoc">Check if peers stopped relaying messages and if slots stopped receiving messages from the validator.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01449">OverlayImpl.cpp:1449</a></div></div>
<div class="ttc" id="aclassbeast_1_1insight_1_1Gauge_html"><div class="ttname"><a href="classbeast_1_1insight_1_1Gauge.html">beast::insight::Gauge</a></div><div class="ttdoc">A metric for measuring an integral value.</div><div class="ttdef"><b>Definition:</b> <a href="Gauge_8h_source.html#l00039">Gauge.h:39</a></div></div>
<div class="ttc" id="aweak_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a766f78a5f139b74f35d84dcc3d5ceb42"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a766f78a5f139b74f35d84dcc3d5ceb42">ripple::OverlayImpl::processRequest</a></div><div class="ttdeci">bool processRequest(http_request_type const &amp;req, Handoff &amp;handoff)</div><div class="ttdoc">Handles non-peer protocol requests.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01160">OverlayImpl.cpp:1160</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a4888f79cc6166a92dd3061621fb5d3ef"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a4888f79cc6166a92dd3061621fb5d3ef">ripple::OverlayImpl::manifestListSeq_</a></div><div class="ttdeci">std::optional&lt; std::uint32_t &gt; manifestListSeq_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00134">OverlayImpl.h:134</a></div></div>
<div class="ttc" id="aclassripple_1_1Resource_1_1Manager_html"><div class="ttname"><a href="classripple_1_1Resource_1_1Manager.html">ripple::Resource::Manager</a></div><div class="ttdoc">Tracks load and resource consumption.</div><div class="ttdef"><b>Definition:</b> <a href="ResourceManager_8h_source.html#l00036">ResourceManager.h:36</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a573ecfb6936c4423c4187a18c4b31afe"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a573ecfb6936c4423c4187a18c4b31afe">ripple::OverlayImpl::~OverlayImpl</a></div><div class="ttdeci">~OverlayImpl()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00161">OverlayImpl.cpp:161</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a522fb9ffec5625df2a15f19b2e629ba9"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a522fb9ffec5625df2a15f19b2e629ba9">ripple::OverlayImpl::deletePeer</a></div><div class="ttdeci">void deletePeer(Peer::id_t id)</div><div class="ttdoc">Called when the peer is deleted.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01440">OverlayImpl.cpp:1440</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_1_1Child_html_a5fc5099ae66aec0ae67166804a593a46"><div class="ttname"><a href="classripple_1_1OverlayImpl_1_1Child.html#a5fc5099ae66aec0ae67166804a593a46">ripple::OverlayImpl::Child::~Child</a></div><div class="ttdeci">virtual ~Child()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00060">OverlayImpl.cpp:60</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a3a0bf589a6364fd1bcd500d661daba6a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a3a0bf589a6364fd1bcd500d661daba6a">ripple::OverlayImpl::m_resourceManager</a></div><div class="ttdeci">Resource::Manager &amp; m_resourceManager</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00108">OverlayImpl.h:108</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_1OverlayImpl_html_a95481d20b4e474ddd175e13038323689"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a95481d20b4e474ddd175e13038323689">ripple::OverlayImpl::relay</a></div><div class="ttdeci">std::set&lt; Peer::id_t &gt; relay(protocol::TMProposeSet &amp;m, uint256 const &amp;uid, PublicKey const &amp;validator) override</div><div class="ttdoc">Relay a proposal.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01222">OverlayImpl.cpp:1222</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_aa146ae9946ec29c3513e2e9d0f4b0049"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#aa146ae9946ec29c3513e2e9d0f4b0049">ripple::OverlayImpl::networkID</a></div><div class="ttdeci">boost::optional&lt; std::uint32_t &gt; networkID() const override</div><div class="ttdoc">Returns the ID of the network this server is configured for, if any.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00369">OverlayImpl.h:369</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ad2689e6d8875de5f567cb32efc1a3150"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ad2689e6d8875de5f567cb32efc1a3150">ripple::OverlayImpl::getManifestsMessage</a></div><div class="ttdeci">std::shared_ptr&lt; Message &gt; getManifestsMessage()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01267">OverlayImpl.cpp:1267</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a8314d9411ae5be655929354317b4693b"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a8314d9411ae5be655929354317b4693b">ripple::OverlayImpl::remove</a></div><div class="ttdeci">void remove(std::shared_ptr&lt; PeerFinder::Slot &gt; const &amp;slot)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00474">OverlayImpl.cpp:474</a></div></div>
<div class="ttc" id="aclassripple_1_1Overlay_html"><div class="ttname"><a href="classripple_1_1Overlay.html">ripple::Overlay</a></div><div class="ttdoc">Manages the set of connected peers.</div><div class="ttdef"><b>Definition:</b> <a href="Overlay_8h_source.html#l00052">Overlay.h:52</a></div></div>
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
<div class="ttc" id="acassert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a27a8da8d13b1bc7ded86ccead573eafd"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a27a8da8d13b1bc7ded86ccead573eafd">ripple::OverlayImpl::activate</a></div><div class="ttdeci">void activate(std::shared_ptr&lt; PeerImp &gt; const &amp;peer)</div><div class="ttdoc">Called when a peer has connected successfully This is called after the peer handshake has been comple...</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00626">OverlayImpl.cpp:626</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Timer_html"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Timer.html">ripple::OverlayImpl::Timer</a></div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00081">OverlayImpl.h:81</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a73b8f4f30e2f0fccc0452584d87a1051"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a73b8f4f30e2f0fccc0452584d87a1051">ripple::OverlayImpl::onPeerDeactivate</a></div><div class="ttdeci">void onPeerDeactivate(Peer::id_t id)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00650">OverlayImpl.cpp:650</a></div></div>
<div class="ttc" id="acondition_variable_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/condition_variable.html">condition_variable</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_afb6dd748e4986d93f5229b030a54641e"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#afb6dd748e4986d93f5229b030a54641e">ripple::OverlayImpl::list_</a></div><div class="ttdeci">boost::container::flat_map&lt; Child *, std::weak_ptr&lt; Child &gt; &gt; list_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00104">OverlayImpl.h:104</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a04d205f184501dafb84bc51cb9cadc01"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a04d205f184501dafb84bc51cb9cadc01">ripple::OverlayImpl::lastLink</a></div><div class="ttdeci">void lastLink(std::uint32_t id)</div><div class="ttdoc">Called when the last link from a peer chain is received.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00829">OverlayImpl.cpp:829</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Timer_html_aef976d3d03984706325ead7ac907ee25"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Timer.html#aef976d3d03984706325ead7ac907ee25">ripple::OverlayImpl::Timer::Timer</a></div><div class="ttdeci">Timer(OverlayImpl &amp;overlay)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00067">OverlayImpl.cpp:67</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_1_1Child_html_ac4493bf690681e0f2aa3b597235f0361"><div class="ttname"><a href="classripple_1_1OverlayImpl_1_1Child.html#ac4493bf690681e0f2aa3b597235f0361">ripple::OverlayImpl::Child::stop</a></div><div class="ttdeci">virtual void stop()=0</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a4af02b1675b8d13ceb9ea72d031906f6"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a4af02b1675b8d13ceb9ea72d031906f6">ripple::OverlayImpl::squelch</a></div><div class="ttdeci">void squelch(PublicKey const &amp;validator, Peer::id_t const id, std::uint32_t squelchDuration) const override</div><div class="ttdoc">Squelch handler.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01393">OverlayImpl.cpp:1393</a></div></div>
<div class="ttc" id="astructripple_1_1Handoff_html"><div class="ttname"><a href="structripple_1_1Handoff.html">ripple::Handoff</a></div><div class="ttdoc">Used to indicate the result of a server connection handoff.</div><div class="ttdef"><b>Definition:</b> <a href="Handoff_8h_source.html#l00037">Handoff.h:37</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Timer_html_a971696ae846cc8d14ae3c4e32eec5a2c"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Timer.html#a971696ae846cc8d14ae3c4e32eec5a2c">ripple::OverlayImpl::Timer::stop</a></div><div class="ttdeci">void stop() override</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00073">OverlayImpl.cpp:73</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a35852ee0ce8279aef2a36773dd861223"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a35852ee0ce8279aef2a36773dd861223">ripple::OverlayImpl::findPeerByPublicKey</a></div><div class="ttdeci">std::shared_ptr&lt; Peer &gt; findPeerByPublicKey(PublicKey const &amp;pubKey) override</div><div class="ttdoc">Returns the peer with the matching public key, or null.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01200">OverlayImpl.cpp:1200</a></div></div>
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt; std::uint32_t &gt;</a></div></div>
<div class="ttc" id="amutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_aa297f7991b44060d492cee915e7244d6"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#aa297f7991b44060d492cee915e7244d6">ripple::OverlayImpl::isPeerUpgrade</a></div><div class="ttdeci">static bool isPeerUpgrade(boost::beast::http::response&lt; Body &gt; const &amp;response)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00292">OverlayImpl.h:292</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1TrafficGauges_html_aeb990b84c6b89d178dcc80b4e41fa577"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aeb990b84c6b89d178dcc80b4e41fa577">ripple::OverlayImpl::TrafficGauges::bytesOut</a></div><div class="ttdeci">beast::insight::Gauge bytesOut</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00561">OverlayImpl.h:561</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_1OverlayImpl_html_a9f6861b0fb2805bb479f316f1d0d2bc2"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a9f6861b0fb2805bb479f316f1d0d2bc2">ripple::OverlayImpl::makeRedirectResponse</a></div><div class="ttdeci">std::shared_ptr&lt; Writer &gt; makeRedirectResponse(std::shared_ptr&lt; PeerFinder::Slot &gt; const &amp;slot, http_request_type const &amp;request, address_type remote_address)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00355">OverlayImpl.cpp:355</a></div></div>
<div class="ttc" id="aclassbeast_1_1IP_1_1Endpoint_html"><div class="ttname"><a href="classbeast_1_1IP_1_1Endpoint.html">beast::IP::Endpoint</a></div><div class="ttdoc">A version-independent IP address and port combination.</div><div class="ttdef"><b>Definition:</b> <a href="IPEndpoint_8h_source.html#l00039">IPEndpoint.h:39</a></div></div>
<div class="ttc" id="aclassripple_1_1squelch_1_1Slots_html"><div class="ttname"><a href="classripple_1_1squelch_1_1Slots.html">ripple::squelch::Slots</a></div><div class="ttdoc">Slots is a container for validator's Slot and handles Slot update when a message is received from a v...</div><div class="ttdef"><b>Definition:</b> <a href="overlay_2Slot_8h_source.html#l00046">overlay/Slot.h:46</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a5f0a9aee646b4b98d7a255a2ce15e4cc"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a5f0a9aee646b4b98d7a255a2ce15e4cc">ripple::OverlayImpl::incPeerDisconnect</a></div><div class="ttdeci">void incPeerDisconnect() override</div><div class="ttdoc">Increment and retrieve counters for total peer disconnects, and disconnects we initiate for excessive...</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00345">OverlayImpl.h:345</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a6ae36a0619d8d8763fd06379fbd7ddf3"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a6ae36a0619d8d8763fd06379fbd7ddf3">ripple::OverlayImpl::timer_</a></div><div class="ttdeci">std::weak_ptr&lt; Timer &gt; timer_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00103">OverlayImpl.h:103</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_adc38a4ef55acaefbfe216cfba22169e7"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#adc38a4ef55acaefbfe216cfba22169e7">ripple::OverlayImpl::csLast_</a></div><div class="ttdeci">std::atomic&lt; std::chrono::seconds &gt; csLast_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00121">OverlayImpl.h:121</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a6cc5bd75c8d9d7f164df667133ec02cc"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a6cc5bd75c8d9d7f164df667133ec02cc">ripple::OverlayImpl::jqTransOverflow_</a></div><div class="ttdeci">std::atomic&lt; uint64_t &gt; jqTransOverflow_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00116">OverlayImpl.h:116</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html"><div class="ttname"><a href="classripple_1_1OverlayImpl.html">ripple::OverlayImpl</a></div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00057">OverlayImpl.h:57</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a534b616d5493147c3eb197af4f3f7cf1"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a534b616d5493147c3eb197af4f3f7cf1">ripple::OverlayImpl::findPeerByShortID</a></div><div class="ttdeci">std::shared_ptr&lt; Peer &gt; findPeerByShortID(Peer::id_t const &amp;id) const override</div><div class="ttdoc">Returns the peer with the matching short id, or null.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01188">OverlayImpl.cpp:1188</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a24fdba9c67abfceb410797749c99443f"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a24fdba9c67abfceb410797749c99443f">ripple::OverlayImpl::reportTraffic</a></div><div class="ttdeci">void reportTraffic(TrafficCount::category cat, bool isInbound, int bytes)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00735">OverlayImpl.cpp:735</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ace9664e262e1e2976e064260a697a3b8"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ace9664e262e1e2976e064260a697a3b8">ripple::OverlayImpl::crawlShards</a></div><div class="ttdeci">Json::Value crawlShards(bool pubKey, std::uint32_t hops) override</div><div class="ttdoc">Returns information reported to the crawl shard RPC command.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00744">OverlayImpl.cpp:744</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Stats_html_a8c95fa30cc03536bf80e54df1cfbc756"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Stats.html#a8c95fa30cc03536bf80e54df1cfbc756">ripple::OverlayImpl::Stats::Stats</a></div><div class="ttdeci">Stats(Handler const &amp;handler, beast::insight::Collector::ptr const &amp;collector, std::vector&lt; TrafficGauges &gt; &amp;&amp;trafficGauges_)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00569">OverlayImpl.h:569</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_1_1Child_html"><div class="ttname"><a href="classripple_1_1OverlayImpl_1_1Child.html">ripple::OverlayImpl::Child</a></div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00060">OverlayImpl.h:60</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a0c5d3a6fd28ad354aa94be97814bb883"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a0c5d3a6fd28ad354aa94be97814bb883">ripple::OverlayImpl::peerDisconnects_</a></div><div class="ttdeci">std::atomic&lt; uint64_t &gt; peerDisconnects_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00117">OverlayImpl.h:117</a></div></div>
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div><div class="ttdoc">STL class.</div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a4bef375aa1fa1abd230bee5634a1285d"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a4bef375aa1fa1abd230bee5634a1285d">ripple::OverlayImpl::makeErrorResponse</a></div><div class="ttdeci">std::shared_ptr&lt; Writer &gt; makeErrorResponse(std::shared_ptr&lt; PeerFinder::Slot &gt; const &amp;slot, http_request_type const &amp;request, address_type remote_address, std::string msg)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00382">OverlayImpl.cpp:382</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a31b9fcb4a7968e9836b3723763527f25"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a31b9fcb4a7968e9836b3723763527f25">ripple::OverlayImpl::m_peers</a></div><div class="ttdeci">hash_map&lt; std::shared_ptr&lt; PeerFinder::Slot &gt;, std::weak_ptr&lt; PeerImp &gt; &gt; m_peers</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00111">OverlayImpl.h:111</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1TrafficGauges_html_aa03b8fed44171cbc4b699d09805ffff3"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1TrafficGauges.html#aa03b8fed44171cbc4b699d09805ffff3">ripple::OverlayImpl::TrafficGauges::messagesOut</a></div><div class="ttdeci">beast::insight::Gauge messagesOut</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00563">OverlayImpl.h:563</a></div></div>
<div class="ttc" id="aunordered_map_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/unordered_map.html">unordered_map</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_abcf430bc5f040cff77dd77b7c56a652f"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#abcf430bc5f040cff77dd77b7c56a652f">ripple::OverlayImpl::isPeerUpgrade</a></div><div class="ttdeci">static bool isPeerUpgrade(http_request_type const &amp;request)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00338">OverlayImpl.cpp:338</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a340bd55af73ab8800735f6c3ac538817"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a340bd55af73ab8800735f6c3ac538817">ripple::OverlayImpl::add_active</a></div><div class="ttdeci">void add_active(std::shared_ptr&lt; PeerImp &gt; const &amp;peer)</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00440">OverlayImpl.cpp:440</a></div></div>
<div class="ttc" id="aclassbeast_1_1insight_1_1Hook_html"><div class="ttname"><a href="classbeast_1_1insight_1_1Hook.html">beast::insight::Hook</a></div><div class="ttdoc">A reference to a handler for performing polled collection.</div><div class="ttdef"><b>Definition:</b> <a href="Hook_8h_source.html#l00031">Hook.h:31</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a04425d981aa3a6fac81e1ce7d400103a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a04425d981aa3a6fac81e1ce7d400103a">ripple::OverlayImpl::error_code</a></div><div class="ttdeci">boost::system::error_code error_code</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00079">OverlayImpl.h:79</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac6be151f313d6d77ce863e641b49ddd9"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac6be151f313d6d77ce863e641b49ddd9">ripple::OverlayImpl::slots_</a></div><div class="ttdeci">squelch::Slots&lt; UptimeClock &gt; slots_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00129">OverlayImpl.h:129</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a20efec9ce4b1701e4a988430465cbe24"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a20efec9ce4b1701e4a988430465cbe24">ripple::OverlayImpl::onWrite</a></div><div class="ttdeci">void onWrite(beast::PropertyStream::Map &amp;stream) override</div><div class="ttdoc">Subclass override.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00601">OverlayImpl.cpp:601</a></div></div>
<div class="ttc" id="aset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set.html">std::set&lt; std::uint32_t &gt;</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#l00178">BasicConfig.h:178</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a744cd710ad06c438b6af9313bbeb3e67"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a744cd710ad06c438b6af9313bbeb3e67">ripple::OverlayImpl::manifestLock_</a></div><div class="ttdeci">std::mutex manifestLock_</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00136">OverlayImpl.h:136</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a80a5c09b232c3fc6d872f53206c34ed1"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a80a5c09b232c3fc6d872f53206c34ed1">ripple::OverlayImpl::sendEndpoints</a></div><div class="ttdeci">void sendEndpoints()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01348">OverlayImpl.cpp:1348</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_aa19d6ef2edeaea889ff6199f82747bcc"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#aa19d6ef2edeaea889ff6199f82747bcc">ripple::OverlayImpl::for_each</a></div><div class="ttdeci">void for_each(UnaryFunc &amp;&amp;f) const</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00260">OverlayImpl.h:260</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ac252980b7a02834b5a4577456ad8f7a3"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ac252980b7a02834b5a4577456ad8f7a3">ripple::OverlayImpl::onStop</a></div><div class="ttdeci">void onStop() override</div><div class="ttdoc">Override called when the stop notification is issued.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00582">OverlayImpl.cpp:582</a></div></div>
<div class="ttc" id="aclassripple_1_1PeerFinder_1_1Manager_html"><div class="ttname"><a href="classripple_1_1PeerFinder_1_1Manager.html">ripple::PeerFinder::Manager</a></div><div class="ttdoc">Maintains a set of IP addresses used for getting into the network.</div><div class="ttdef"><b>Definition:</b> <a href="PeerfinderManager_8h_source.html#l00136">PeerfinderManager.h:136</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a45ff03a02542fb092d93c7bd257fbccd"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a45ff03a02542fb092d93c7bd257fbccd">ripple::OverlayImpl::stop</a></div><div class="ttdeci">void stop()</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01308">OverlayImpl.cpp:1308</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a9bffa5dc79c7be0b7c4c75cce173ad2a"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a9bffa5dc79c7be0b7c4c75cce173ad2a">ripple::OverlayImpl::unsquelch</a></div><div class="ttdeci">void unsquelch(PublicKey const &amp;validator, Peer::id_t id) const override</div><div class="ttdoc">Unsquelch handler.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l01380">OverlayImpl.cpp:1380</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00145">json_value.h:145</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_af5781ac0e4a3d7fb69b7089578bc5830"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#af5781ac0e4a3d7fb69b7089578bc5830">ripple::OverlayImpl::limit</a></div><div class="ttdeci">int limit() override</div><div class="ttdoc">Returns the maximum number of peers we are configured to allow.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00851">OverlayImpl.cpp:851</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_ae78144c911ad978a0bea72b85f4c48b1"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#ae78144c911ad978a0bea72b85f4c48b1">ripple::OverlayImpl::processCrawl</a></div><div class="ttdeci">bool processCrawl(http_request_type const &amp;req, Handoff &amp;handoff)</div><div class="ttdoc">Handles crawl requests.</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8cpp_source.html#l00981">OverlayImpl.cpp:981</a></div></div>
<div class="ttc" id="aclassripple_1_1OverlayImpl_html_a0a209b9b9ce7ffa5cea585be740f9c2c"><div class="ttname"><a href="classripple_1_1OverlayImpl.html#a0a209b9b9ce7ffa5cea585be740f9c2c">ripple::OverlayImpl::endpoint_type</a></div><div class="ttdeci">boost::asio::ip::tcp::endpoint endpoint_type</div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00078">OverlayImpl.h:78</a></div></div>
<div class="ttc" id="astructripple_1_1OverlayImpl_1_1Stats_html"><div class="ttname"><a href="structripple_1_1OverlayImpl_1_1Stats.html">ripple::OverlayImpl::Stats</a></div><div class="ttdef"><b>Definition:</b> <a href="OverlayImpl_8h_source.html#l00566">OverlayImpl.h:566</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>