MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetReceiveFloodSize

Method GetReceiveFloodSize

src/net.cpp:2700–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2698}
2699
2700unsigned int CConnman::GetReceiveFloodSize() const { return nReceiveFloodSize; }
2701
2702CNode::CNode(NodeId idIn, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn, SOCKET hSocketIn, const CAddress& addrIn, uint64_t nKeyedNetGroupIn, uint64_t nLocalHostNonceIn, const CAddress &addrBindIn, const std::string& addrNameIn, bool fInboundIn) :
2703 nTimeConnected(GetSystemTimeInSeconds()),

Callers 1

ProcessMessagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected