QualityFilterState¶
Public Attributes¶
| Name | |
|---|---|
| std::unordered_map< std::string, int > | fail_counts |
| std::unordered_map< std::string, int > | ip_fail_counts |
| std::unordered_map< uint16_t, int > | port_fail_counts |
| std::unordered_map< std::string, int > | subnet_enqueue_counts |
| std::unordered_set< std::string > | blocked_pubkeys |
| std::unordered_set< std::string > | blocked_ips |
| std::unordered_set< uint16_t > | blocked_ports |
| int | block_threshold |
| int | ip_block_threshold |
| int | port_block_threshold |
| int | subnet_enqueue_limit |
Public Attributes Documentation¶
variable fail_counts¶
variable ip_fail_counts¶
variable port_fail_counts¶
variable subnet_enqueue_counts¶
variable blocked_pubkeys¶
variable blocked_ips¶
variable blocked_ports¶
variable block_threshold¶
variable ip_block_threshold¶
variable port_block_threshold¶
variable subnet_enqueue_limit¶
Updated on 2026-04-13 at 23:22:46 -0700