MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetReceiveFloodSize

Method GetReceiveFloodSize

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

Source from the content-addressed store, hash-verified

3023}
3024
3025unsigned int CConnman::GetReceiveFloodSize() const { return nReceiveFloodSize; }
3026
3027CNode::CNode(NodeId idIn, ServiceFlags nLocalServicesIn, std::shared_ptr<Sock> sock, const CAddress& addrIn, uint64_t nKeyedNetGroupIn, uint64_t nLocalHostNonceIn, const CAddress& addrBindIn, const std::string& addrNameIn, ConnectionType conn_type_in, bool inbound_onion)
3028 : m_sock{sock},

Callers 2

ProcessMessagesMethod · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64