tpws: support 'n' prefix in tamper-start and tamper-cutoff

This commit is contained in:
bol-van
2024-03-09 14:26:07 +03:00
parent 3f9f1c36b8
commit cffcfe71da
4 changed files with 49 additions and 20 deletions

View File

@@ -61,6 +61,7 @@ struct params_s
int hostlist_auto_fail_threshold, hostlist_auto_fail_time;
hostfail_pool *hostlist_auto_fail_counters;
bool tamper_start_n,tamper_cutoff_n;
unsigned int tamper_start,tamper_cutoff;
int debug;