winws: NLM filter

This commit is contained in:
bol-van
2024-07-12 15:13:18 +03:00
parent 5a6dcb658b
commit 7e2ed880dc
10 changed files with 282 additions and 22 deletions

View File

@@ -66,7 +66,7 @@ struct params_s
int udplen_increment;
#ifdef __CYGWIN__
struct str_list_head ssid_filter;
struct str_list_head ssid_filter,nlm_filter;
#else
bool droproot;
uid_t uid;