@ -19,6 +19,9 @@
#endif
#include "helpers.h"
#ifdef __linux__
#include <linux/tcp.h>
#include "linux_compat.h"
int unique_size_t(size_t *pu, int ct)
@ -1,6 +1,14 @@
#include <linux/types.h>
#ifndef TCP_USER_TIMEOUT
#define TCP_USER_TIMEOUT 18
#ifndef IP6T_SO_ORIGINAL_DST
#define IP6T_SO_ORIGINAL_DST 80
// workaround for old headers
@ -9,12 +9,10 @@
#include "params.h"
#include <linux/netfilter_ipv4.h>
@ -23,6 +23,7 @@
#include "socks.h"
#include "hostlist.h"
// keep separate legs counter. counting every time thousands of legs can consume cpu
static int legs_local, legs_remote;