tpws: more compats

This commit is contained in:
bol-van
2024-12-14 20:36:56 +03:00
parent 2be5f1221a
commit 499f9824ab
4 changed files with 14 additions and 4 deletions

View File

@@ -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