diff --git a/nano/lib/stats_enums.hpp b/nano/lib/stats_enums.hpp index 0220834a29..bea21b6292 100644 --- a/nano/lib/stats_enums.hpp +++ b/nano/lib/stats_enums.hpp @@ -8,7 +8,6 @@ namespace nano::stat /** Primary statistics type */ enum class type : uint8_t { - traffic_udp, traffic_tcp, error, message, @@ -23,7 +22,6 @@ enum class type : uint8_t peering, ipc, tcp, - udp, confirmation_height, confirmation_observer, drop, @@ -161,9 +159,7 @@ enum class detail : uint8_t generate_vote_normal, generate_vote_final, - // udp - blocking, - overflow, + // received messages invalid_header, invalid_message_type, invalid_keepalive_message, @@ -180,8 +176,6 @@ enum class detail : uint8_t invalid_asc_pull_ack_message, message_too_big, outdated_version, - udp_max_per_ip, - udp_max_per_subnetwork, // tcp tcp_accept_success,