diff --git a/tpws/tpws.c b/tpws/tpws.c index 2a643c8..0e25e5d 100644 --- a/tpws/tpws.c +++ b/tpws/tpws.c @@ -538,7 +538,9 @@ void parse_params(int argc, char *argv[]) params.pf_enable = true; // OpenBSD and MacOS have no other choice #endif +#ifdef __linux__ params.fix_seg_avail = socket_supports_notsent(); +#endif LIST_INIT(¶ms.hostlists); LIST_INIT(¶ms.ipsets);