mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-12 08:11:49 +00:00
tpws: --mss
This commit is contained in:
@@ -24,6 +24,12 @@ struct bind_s
|
||||
int bind_wait_ifup,bind_wait_ip,bind_wait_ip_ll;
|
||||
};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t from,to;
|
||||
bool neg;
|
||||
} port_filter;
|
||||
|
||||
struct params_s
|
||||
{
|
||||
struct bind_s binds[MAX_BINDS];
|
||||
@@ -55,6 +61,9 @@ struct params_s
|
||||
uint8_t oob_byte;
|
||||
int ttl_default;
|
||||
|
||||
int mss;
|
||||
port_filter mss_pf;
|
||||
|
||||
char pidfile[256];
|
||||
|
||||
strpool *hostlist, *hostlist_exclude;
|
||||
|
||||
Reference in New Issue
Block a user