@ -1,11 +1,11 @@
#pragma once
#define __FAVOR_BSD
#include <stddef.h>
#include <stdint.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip6.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
@ -1,22 +1,24 @@
// this conntrack is not bullet-proof
// its designed to satisfy dpi desync needs only
#include "packet_queue.h"
#include <stdbool.h>
#include <ctype.h>
#include <time.h>
#include <netinet/udp.h>
//#define HASH_BLOOM 20
#define HASH_NONFATAL_OOM 1
@ -1,27 +1,26 @@
#include "checksum.h"
#include "pools.h"
#include <sys/socket.h>
#include <sys/param.h>
#ifdef __CYGWIN__
#include "windivert/windivert.h"
#endif
#ifndef IPPROTO_DIVERT
#define IPPROTO_DIVERT 258
#include "darkmagic.h"