rpc/net: add per-peer inv_to_send sizes

This commit is contained in:
Anthony Towns
2023-05-07 12:34:40 +10:00
parent dadf15f88c
commit adefb51c54
4 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ struct CNodeStateStats {
std::chrono::microseconds m_ping_wait;
std::vector<int> vHeightInFlight;
bool m_relay_txs;
int m_inv_to_send = 0;
CAmount m_fee_filter_received;
uint64_t m_addr_processed = 0;
uint64_t m_addr_rate_limited = 0;