Home
last modified time | relevance | path

Searched refs:ban_settings (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon.cpp4264 ban_settings_t ban_settings; in read_ban_settings() local
4272 ban_settings.enable_ban = configuration_map[prefix + "enable_ban"] == "on"; in read_ban_settings()
4276 ban_settings.enable_ban_for_pps = configuration_map[prefix + "ban_for_pps"] == "on"; in read_ban_settings()
4280ban_settings.enable_ban_for_bandwidth = configuration_map[prefix + "ban_for_bandwidth"] == "on"; in read_ban_settings()
4284ban_settings.enable_ban_for_flows_per_second = configuration_map[prefix + "ban_for_flows"] == "on"; in read_ban_settings()
4289ban_settings.enable_ban_for_tcp_bandwidth = configuration_map[prefix + "ban_for_tcp_bandwidth"] ==… in read_ban_settings()
4293ban_settings.enable_ban_for_udp_bandwidth = configuration_map[prefix + "ban_for_udp_bandwidth"] ==… in read_ban_settings()
4302 ban_settings.enable_ban_for_tcp_pps = configuration_map[prefix + "ban_for_tcp_pps"] == "on"; in read_ban_settings()
4306 ban_settings.enable_ban_for_udp_pps = configuration_map[prefix + "ban_for_udp_pps"] == "on"; in read_ban_settings()
4310ban_settings.enable_ban_for_icmp_pps = configuration_map[prefix + "ban_for_icmp_pps"] == "on"; in read_ban_settings()
[all …]