mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 19:00:21 -04:00
Command max_bytes moved from dynamic map to static switch
This commit is contained in:
parent
dbaf95ac77
commit
927141bcc4
8 changed files with 115 additions and 48 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue