tpws: specify oob byte . tamper pos range limiter

This commit is contained in:
bol-van
2024-03-05 14:59:44 +03:00
parent 8b38cccee2
commit 663a2bb2a4
14 changed files with 53 additions and 18 deletions

View File

@@ -50,6 +50,7 @@ struct params_s
bool split_any_protocol;
int split_pos;
bool disorder, oob;
uint8_t oob_byte;
int ttl_default;
char pidfile[256];
@@ -60,6 +61,8 @@ struct params_s
int hostlist_auto_fail_threshold, hostlist_auto_fail_time;
hostfail_pool *hostlist_auto_fail_counters;
unsigned int tamper_start,tamper_cutoff;
int debug;
#if defined(BSD)