mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
tpws: more compats
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#ifdef __linux__
|
||||
|
||||
#include <linux/tcp.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#ifndef TCP_USER_TIMEOUT
|
||||
#define TCP_USER_TIMEOUT 18
|
||||
#endif
|
||||
|
||||
#ifndef IP6T_SO_ORIGINAL_DST
|
||||
#define IP6T_SO_ORIGINAL_DST 80
|
||||
#endif
|
||||
|
||||
// workaround for old headers
|
||||
|
||||
|
Reference in New Issue
Block a user