Command max_bytes moved from dynamic map to static switch

This commit is contained in:
Lee Clagett 2021-01-06 11:47:09 -05:00
parent dbaf95ac77
commit 927141bcc4
8 changed files with 115 additions and 48 deletions

View file

@ -110,7 +110,6 @@ namespace cryptonote
std::list<connection_info> get_connections();
const block_queue &get_block_queue() const { return m_block_queue; }
void stop();
void on_connection_new(cryptonote_connection_context &context);
void on_connection_close(cryptonote_connection_context &context);
void set_max_out_peers(unsigned int max) { m_max_out_peers = max; }
bool no_sync() const { return m_no_sync; }