mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
741 lines
41 KiB
HTML
741 lines
41 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.14"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Dash Core: src/net_processing.cpp File Reference</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="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</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="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Dash Core
|
|
 <span id="projectnumber">0.12.2.1</span>
|
|
</div>
|
|
<div id="projectbrief">P2P Digital Currency</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.14 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('net__processing_8cpp.html','');});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- 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 class="header">
|
|
<div class="summary">
|
|
<a href="#nested-classes">Classes</a> |
|
|
<a href="#func-members">Functions</a> |
|
|
<a href="#var-members">Variables</a> </div>
|
|
<div class="headertitle">
|
|
<div class="title">net_processing.cpp File Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include "<a class="el" href="net__processing_8h_source.html">net_processing.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="alert_8h_source.html">alert.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="addrman_8h_source.html">addrman.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="arith__uint256_8h_source.html">arith_uint256.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="chainparams_8h_source.html">chainparams.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="consensus_2validation_8h_source.html">consensus/validation.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="hash_8h_source.html">hash.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="init_8h_source.html">init.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="validation_8h_source.html">validation.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="merkleblock_8h_source.html">merkleblock.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="net_8h_source.html">net.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="netbase_8h_source.html">netbase.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="fees_8h_source.html">policy/fees.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="policy_8h_source.html">policy/policy.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="block_8h_source.html">primitives/block.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="transaction_8h_source.html">primitives/transaction.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="random_8h_source.html">random.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="tinyformat_8h_source.html">tinyformat.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="txmempool_8h_source.html">txmempool.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="ui__interface_8h_source.html">ui_interface.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="util_8h_source.html">util.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="utilmoneystr_8h_source.html">utilmoneystr.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="utilstrencodings_8h_source.html">utilstrencodings.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="validationinterface_8h_source.html">validationinterface.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="spork_8h_source.html">spork.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="governance_8h_source.html">governance.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="instantx_8h_source.html">instantx.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="masternode-payments_8h_source.html">masternode-payments.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="masternode-sync_8h_source.html">masternode-sync.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="masternodeman_8h_source.html">masternodeman.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="privatesend-client_8h_source.html">privatesend-client.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="privatesend-server_8h_source.html">privatesend-server.h</a>"</code><br />
|
|
<code>#include <boost/thread.hpp></code><br />
|
|
</div>
|
|
<p><a href="net__processing_8cpp_source.html">Go to the source code of this file.</a></p>
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
|
|
Classes</h2></td></tr>
|
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structCOrphanTx.html">COrphanTx</a></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classCNetProcessingCleanup.html">CNetProcessingCleanup</a></td></tr>
|
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
|
|
Functions</h2></td></tr>
|
|
<tr class="memitem:a04e66691cc579c403457e24dadd9b3ec"><td class="memItemLeft" align="right" valign="top">map< <a class="el" href="classuint256.html">uint256</a>, <a class="el" href="structCOrphanTx.html">COrphanTx</a> > mapOrphanTransactions </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a04e66691cc579c403457e24dadd9b3ec">GUARDED_BY</a> (<a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a>)</td></tr>
|
|
<tr class="separator:a04e66691cc579c403457e24dadd9b3ec"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a5f18fbc4522a5c49d0c8ebbd15ecf2c0"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a5f18fbc4522a5c49d0c8ebbd15ecf2c0">EraseOrphansFor</a> (<a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> peer) <a class="el" href="threadsafety_8h.html#a0e2e86b0f11d9778240b0a0b263047b1">EXCLUSIVE_LOCKS_REQUIRED</a>(<a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a>)</td></tr>
|
|
<tr class="separator:a5f18fbc4522a5c49d0c8ebbd15ecf2c0"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:af0793c7c14e94d2d642f4ac89067a429"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#af0793c7c14e94d2d642f4ac89067a429">GetNodeStateStats</a> (<a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> nodeid, <a class="el" href="structCNodeStateStats.html">CNodeStateStats</a> &stats)</td></tr>
|
|
<tr class="separator:af0793c7c14e94d2d642f4ac89067a429"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ab02615ff65f91d69f8d786ec900baa8a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#ab02615ff65f91d69f8d786ec900baa8a">RegisterNodeSignals</a> (<a class="el" href="structCNodeSignals.html">CNodeSignals</a> &nodeSignals)</td></tr>
|
|
<tr class="separator:ab02615ff65f91d69f8d786ec900baa8a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a3ef0cc6e9d9d6435ee2a5569244d6ebd"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a3ef0cc6e9d9d6435ee2a5569244d6ebd">UnregisterNodeSignals</a> (<a class="el" href="structCNodeSignals.html">CNodeSignals</a> &nodeSignals)</td></tr>
|
|
<tr class="separator:a3ef0cc6e9d9d6435ee2a5569244d6ebd"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a40c53cad5a4e3be378b6db3e2704df4f"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a40c53cad5a4e3be378b6db3e2704df4f">AddOrphanTx</a> (const <a class="el" href="classCTransaction.html">CTransaction</a> &tx, <a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> peer) <a class="el" href="threadsafety_8h.html#a0e2e86b0f11d9778240b0a0b263047b1">EXCLUSIVE_LOCKS_REQUIRED</a>(<a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a>)</td></tr>
|
|
<tr class="separator:a40c53cad5a4e3be378b6db3e2704df4f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a691ede45625aacaf584a247f77f8356f"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a691ede45625aacaf584a247f77f8356f">EraseOrphanTx</a> (<a class="el" href="classuint256.html">uint256</a> hash) <a class="el" href="threadsafety_8h.html#a0e2e86b0f11d9778240b0a0b263047b1">EXCLUSIVE_LOCKS_REQUIRED</a>(<a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a>)</td></tr>
|
|
<tr class="separator:a691ede45625aacaf584a247f77f8356f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a8ba236d72126857f35e106fb4ebde610"><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a8ba236d72126857f35e106fb4ebde610">LimitOrphanTxSize</a> (unsigned int nMaxOrphans) <a class="el" href="threadsafety_8h.html#a0e2e86b0f11d9778240b0a0b263047b1">EXCLUSIVE_LOCKS_REQUIRED</a>(<a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a>)</td></tr>
|
|
<tr class="separator:a8ba236d72126857f35e106fb4ebde610"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a387fdffa0ff52dde6b7d1c2991a9bdac"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a387fdffa0ff52dde6b7d1c2991a9bdac">Misbehaving</a> (<a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> pnode, int howmuch)</td></tr>
|
|
<tr class="separator:a387fdffa0ff52dde6b7d1c2991a9bdac"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a5a4ed6e4ae53db779fa322f356f9babf"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a5a4ed6e4ae53db779fa322f356f9babf">AlreadyHave</a> (const <a class="el" href="classCInv.html">CInv</a> &inv) <a class="el" href="threadsafety_8h.html#a0e2e86b0f11d9778240b0a0b263047b1">EXCLUSIVE_LOCKS_REQUIRED</a>(<a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a>)</td></tr>
|
|
<tr class="separator:a5a4ed6e4ae53db779fa322f356f9babf"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a5de6345878869c44bb12d104fecd55d1"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a5de6345878869c44bb12d104fecd55d1">RelayAddress</a> (const <a class="el" href="classCAddress.html">CAddress</a> &addr, bool fReachable, <a class="el" href="classCConnman.html">CConnman</a> &connman)</td></tr>
|
|
<tr class="separator:a5de6345878869c44bb12d104fecd55d1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a3610bfc3daf9c22790dad01f77b2df4a"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a3610bfc3daf9c22790dad01f77b2df4a">ProcessGetData</a> (<a class="el" href="classCNode.html">CNode</a> *pfrom, const <a class="el" href="structConsensus_1_1Params.html">Consensus::Params</a> &consensusParams, <a class="el" href="classCConnman.html">CConnman</a> &connman, std::atomic< bool > &interruptMsgProc)</td></tr>
|
|
<tr class="separator:a3610bfc3daf9c22790dad01f77b2df4a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a193d0ece6e2f2f7ee37352ac9720bb83"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a193d0ece6e2f2f7ee37352ac9720bb83">ProcessMessage</a> (<a class="el" href="classCNode.html">CNode</a> *pfrom, string strCommand, <a class="el" href="classCDataStream.html">CDataStream</a> &vRecv, int64_t nTimeReceived, <a class="el" href="classCConnman.html">CConnman</a> &connman, std::atomic< bool > &interruptMsgProc)</td></tr>
|
|
<tr class="separator:a193d0ece6e2f2f7ee37352ac9720bb83"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:abff7b40f505fca04325a7c9a648a268a"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#abff7b40f505fca04325a7c9a648a268a">ProcessMessages</a> (<a class="el" href="classCNode.html">CNode</a> *pfrom, <a class="el" href="classCConnman.html">CConnman</a> &connman, std::atomic< bool > &interruptMsgProc)</td></tr>
|
|
<tr class="separator:abff7b40f505fca04325a7c9a648a268a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a5d08cf978d49ec1484958b34d4ac58b1"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a5d08cf978d49ec1484958b34d4ac58b1">SendMessages</a> (<a class="el" href="classCNode.html">CNode</a> *pto, <a class="el" href="classCConnman.html">CConnman</a> &connman, std::atomic< bool > &interruptMsgProc)</td></tr>
|
|
<tr class="separator:a5d08cf978d49ec1484958b34d4ac58b1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
|
|
Variables</h2></td></tr>
|
|
<tr class="memitem:ab319f7e88eb0d2d3b9f9f98bea0f9896"><td class="memItemLeft" align="right" valign="top">int64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#ab319f7e88eb0d2d3b9f9f98bea0f9896">nTimeBestReceived</a> = 0</td></tr>
|
|
<tr class="separator:ab319f7e88eb0d2d3b9f9f98bea0f9896"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a450d2be8350b29dcb4f3adc3325f56b2"><td class="memItemLeft" align="right" valign="top">class <a class="el" href="classCNetProcessingCleanup.html">CNetProcessingCleanup</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="net__processing_8cpp.html#a450d2be8350b29dcb4f3adc3325f56b2">instance_of_cnetprocessingcleanup</a></td></tr>
|
|
<tr class="separator:a450d2be8350b29dcb4f3adc3325f56b2"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<h2 class="groupheader">Function Documentation</h2>
|
|
<a id="a40c53cad5a4e3be378b6db3e2704df4f"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a40c53cad5a4e3be378b6db3e2704df4f">◆ </a></span>AddOrphanTx()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool AddOrphanTx </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classCTransaction.html">CTransaction</a> & </td>
|
|
<td class="paramname"><em>tx</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> </td>
|
|
<td class="paramname"><em>peer</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00504">504</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a5a4ed6e4ae53db779fa322f356f9babf"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5a4ed6e4ae53db779fa322f356f9babf">◆ </a></span>AlreadyHave()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static bool AlreadyHave </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classCInv.html">CInv</a> & </td>
|
|
<td class="paramname"><em>inv</em></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00677">677</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>, and <a class="el" href="net__processing_8cpp_source.html#l02296">SendMessages()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a5f18fbc4522a5c49d0c8ebbd15ecf2c0"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5f18fbc4522a5c49d0c8ebbd15ecf2c0">◆ </a></span>EraseOrphansFor()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void EraseOrphansFor </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> </td>
|
|
<td class="paramname"><em>peer</em></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00551">551</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a691ede45625aacaf584a247f77f8356f"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a691ede45625aacaf584a247f77f8356f">◆ </a></span>EraseOrphanTx()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static void EraseOrphanTx </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classuint256.html">uint256</a> </td>
|
|
<td class="paramname"><em>hash</em></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00534">534</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l00551">EraseOrphansFor()</a>, <a class="el" href="net__processing_8cpp_source.html#l00568">LimitOrphanTxSize()</a>, and <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="af0793c7c14e94d2d642f4ac89067a429"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#af0793c7c14e94d2d642f4ac89067a429">◆ </a></span>GetNodeStateStats()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool GetNodeStateStats </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> </td>
|
|
<td class="paramname"><em>nodeid</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="structCNodeStateStats.html">CNodeStateStats</a> & </td>
|
|
<td class="paramname"><em>stats</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
<p>Get statistics from node state </p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00468">468</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="rpc_2net_8cpp_source.html#l00070">getpeerinfo()</a>, and <a class="el" href="peertablemodel_8cpp_source.html#l00055">PeerTablePriv::refreshPeers()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a04e66691cc579c403457e24dadd9b3ec"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a04e66691cc579c403457e24dadd9b3ec">◆ </a></span>GUARDED_BY()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">map< <a class="el" href="classuint256.html">uint256</a>, set< <a class="el" href="classuint256.html">uint256</a> > > mapOrphanTransactionsByPrev GUARDED_BY </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="validation_8h.html#a1ed8285f0fe3c6799c53265ce72552c8">cs_main</a> </td>
|
|
<td class="paramname"></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a8ba236d72126857f35e106fb4ebde610"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a8ba236d72126857f35e106fb4ebde610">◆ </a></span>LimitOrphanTxSize()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">unsigned int LimitOrphanTxSize </td>
|
|
<td>(</td>
|
|
<td class="paramtype">unsigned int </td>
|
|
<td class="paramname"><em>nMaxOrphans</em></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00568">568</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a387fdffa0ff52dde6b7d1c2991a9bdac"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a387fdffa0ff52dde6b7d1c2991a9bdac">◆ </a></span>Misbehaving()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void Misbehaving </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="net_8h.html#a954d746a58632565552615fd0a4ee660">NodeId</a> </td>
|
|
<td class="paramname"><em>nodeid</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">int </td>
|
|
<td class="paramname"><em>howmuch</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
<p>Increase a node's misbehavior score. </p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00585">585</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l00651">PeerLogicValidation::BlockChecked()</a>, <a class="el" href="governance_8cpp_source.html#l00996">CGovernanceManager::CheckMasternodeOrphanObjects()</a>, <a class="el" href="masternode-payments_8cpp_source.html#l00655">CMasternodePaymentVote::IsValid()</a>, <a class="el" href="masternodeman_8cpp_source.html#l00771">CMasternodeMan::ProcessMessage()</a>, <a class="el" href="masternode-payments_8cpp_source.html#l00306">CMasternodePayments::ProcessMessage()</a>, <a class="el" href="governance_8cpp_source.html#l00101">CGovernanceManager::ProcessMessage()</a>, <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>, <a class="el" href="spork_8cpp_source.html#l00020">CSporkManager::ProcessSpork()</a>, <a class="el" href="masternodeman_8cpp_source.html#l01232">CMasternodeMan::ProcessVerifyBroadcast()</a>, <a class="el" href="masternodeman_8cpp_source.html#l01125">CMasternodeMan::ProcessVerifyReply()</a>, and <a class="el" href="masternodeman_8cpp_source.html#l01085">CMasternodeMan::SendVerifyReply()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a3610bfc3daf9c22790dad01f77b2df4a"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a3610bfc3daf9c22790dad01f77b2df4a">◆ </a></span>ProcessGetData()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static void ProcessGetData </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classCNode.html">CNode</a> * </td>
|
|
<td class="paramname"><em>pfrom</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const <a class="el" href="structConsensus_1_1Params.html">Consensus::Params</a> & </td>
|
|
<td class="paramname"><em>consensusParams</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="classCConnman.html">CConnman</a> & </td>
|
|
<td class="paramname"><em>connman</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">std::atomic< bool > & </td>
|
|
<td class="paramname"><em>interruptMsgProc</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00785">785</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>, and <a class="el" href="net__processing_8cpp_source.html#l02184">ProcessMessages()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a193d0ece6e2f2f7ee37352ac9720bb83"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a193d0ece6e2f2f7ee37352ac9720bb83">◆ </a></span>ProcessMessage()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static bool ProcessMessage </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classCNode.html">CNode</a> * </td>
|
|
<td class="paramname"><em>pfrom</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">string </td>
|
|
<td class="paramname"><em>strCommand</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="classCDataStream.html">CDataStream</a> & </td>
|
|
<td class="paramname"><em>vRecv</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">int64_t </td>
|
|
<td class="paramname"><em>nTimeReceived</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="classCConnman.html">CConnman</a> & </td>
|
|
<td class="paramname"><em>connman</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">std::atomic< bool > & </td>
|
|
<td class="paramname"><em>interruptMsgProc</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l01074">1074</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l02184">ProcessMessages()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="abff7b40f505fca04325a7c9a648a268a"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#abff7b40f505fca04325a7c9a648a268a">◆ </a></span>ProcessMessages()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool ProcessMessages </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classCNode.html">CNode</a> * </td>
|
|
<td class="paramname"><em>pfrom</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="classCConnman.html">CConnman</a> & </td>
|
|
<td class="paramname"><em>connman</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">std::atomic< bool > & </td>
|
|
<td class="paramname"><em>interrupt</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
<p>Process protocol messages received from a given node </p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l02184">2184</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l00483">RegisterNodeSignals()</a>, and <a class="el" href="net__processing_8cpp_source.html#l00491">UnregisterNodeSignals()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ab02615ff65f91d69f8d786ec900baa8a"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab02615ff65f91d69f8d786ec900baa8a">◆ </a></span>RegisterNodeSignals()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void RegisterNodeSignals </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="structCNodeSignals.html">CNodeSignals</a> & </td>
|
|
<td class="paramname"><em>nodeSignals</em></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
<p>Register with a network node to receive its signals </p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00483">483</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="init_8cpp_source.html#l00942">AppInit2()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a5de6345878869c44bb12d104fecd55d1"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5de6345878869c44bb12d104fecd55d1">◆ </a></span>RelayAddress()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static void RelayAddress </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classCAddress.html">CAddress</a> & </td>
|
|
<td class="paramname"><em>addr</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">bool </td>
|
|
<td class="paramname"><em>fReachable</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="classCConnman.html">CConnman</a> & </td>
|
|
<td class="paramname"><em>connman</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00752">752</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l01074">ProcessMessage()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a5d08cf978d49ec1484958b34d4ac58b1"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5d08cf978d49ec1484958b34d4ac58b1">◆ </a></span>SendMessages()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool SendMessages </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classCNode.html">CNode</a> * </td>
|
|
<td class="paramname"><em>pto</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="classCConnman.html">CConnman</a> & </td>
|
|
<td class="paramname"><em>connman</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">std::atomic< bool > & </td>
|
|
<td class="paramname"><em>interrupt</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
<p>Send queued protocol messages to be sent to a give node.</p>
|
|
<dl class="params"><dt>Parameters</dt><dd>
|
|
<table class="params">
|
|
<tr><td class="paramdir">[in]</td><td class="paramname">pto</td><td>The node which we are sending messages to. </td></tr>
|
|
<tr><td class="paramdir">[in]</td><td class="paramname">connman</td><td>The connection manager for that node. </td></tr>
|
|
<tr><td class="paramdir">[in]</td><td class="paramname">interrupt</td><td>Interrupt condition for processing threads </td></tr>
|
|
</table>
|
|
</dd>
|
|
</dl>
|
|
<dl class="section return"><dt>Returns</dt><dd>True if there is more work to be done </dd></dl>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l02296">2296</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l00483">RegisterNodeSignals()</a>, and <a class="el" href="net__processing_8cpp_source.html#l00491">UnregisterNodeSignals()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a3ef0cc6e9d9d6435ee2a5569244d6ebd"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a3ef0cc6e9d9d6435ee2a5569244d6ebd">◆ </a></span>UnregisterNodeSignals()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">void UnregisterNodeSignals </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="structCNodeSignals.html">CNodeSignals</a> & </td>
|
|
<td class="paramname"><em>nodeSignals</em></td><td>)</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
<p>Unregister a network node </p>
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00491">491</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="init_8cpp_source.html#l00210">PrepareShutdown()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Variable Documentation</h2>
|
|
<a id="a450d2be8350b29dcb4f3adc3325f56b2"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a450d2be8350b29dcb4f3adc3325f56b2">◆ </a></span>instance_of_cnetprocessingcleanup</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">class <a class="el" href="classCNetProcessingCleanup.html">CNetProcessingCleanup</a> instance_of_cnetprocessingcleanup</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ab319f7e88eb0d2d3b9f9f98bea0f9896"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab319f7e88eb0d2d3b9f9f98bea0f9896">◆ </a></span>nTimeBestReceived</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">int64_t nTimeBestReceived = 0</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="net__processing_8cpp_source.html#l00049">49</a> of file <a class="el" href="net__processing_8cpp_source.html">net_processing.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="net__processing_8cpp_source.html#l02296">SendMessages()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="net__processing_8cpp.html">net_processing.cpp</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:10 for Dash Core by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|