| 3023 | } |
| 3024 | |
| 3025 | unsigned int CConnman::GetReceiveFloodSize() const { return nReceiveFloodSize; } |
| 3026 | |
| 3027 | CNode::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}, |
no outgoing calls