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

@@ -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;