RangeMask<unsigned>m_ready;///< Indices into m_nodesList over to which nodes we are not currently connected, connecting or otherwise ignoring.
RangeMask<unsigned>m_ready;///< Indices into m_nodesList over to which nodes we are not currently connected, connecting or otherwise ignoring.
RangeMask<unsigned>m_private;///< Indices into m_nodesList over to which nodes are private.
RangeMask<unsigned>m_private;///< Indices into m_nodesList over to which nodes are private.
std::vector<NodeId>m_freePeers;// TODO: Kill
std::chrono::steady_clock::time_pointm_lastPeersRequest;///< Last time we asked for some peers - don't want to do this too often. TODO: peers should be pushed, not polled.