tpws: nosplice

This commit is contained in:
bol-van
2024-04-03 22:21:17 +03:00
parent 747f9676a6
commit a570845453
15 changed files with 43 additions and 26 deletions

View File

@@ -81,6 +81,9 @@ struct params_s
#if defined(BSD)
bool pf_enable;
#endif
#ifdef __linux__
bool nosplice;
#endif
};
extern struct params_s params;