mirror of
https://github.com/monero-project/monero.git
synced 2025-11-26 23:17:10 -05: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
|
|
@ -118,8 +118,6 @@ namespace nodetool
|
|||
m_in_timedsync(false)
|
||||
{}
|
||||
|
||||
static constexpr int handshake_command() noexcept { return 1001; }
|
||||
|
||||
std::vector<cryptonote::blobdata> fluff_txs;
|
||||
std::chrono::steady_clock::time_point flush_time;
|
||||
peerid_type peer_id;
|
||||
|
|
|
|||
|
|
@ -2636,7 +2636,6 @@ namespace nodetool
|
|||
void node_server<t_payload_net_handler>::on_connection_new(p2p_connection_context& context)
|
||||
{
|
||||
MINFO("["<< epee::net_utils::print_connection_context(context) << "] NEW CONNECTION");
|
||||
m_payload_handler.on_connection_new(context);
|
||||
}
|
||||
//-----------------------------------------------------------------------------------
|
||||
template<class t_payload_net_handler>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue