Support TCP fastopen on incoming and outgoing connections.

This commit is contained in:
Simon Kelley
2019-03-10 22:44:15 +00:00
parent c61c7bb225
commit 608aa9fcfc
4 changed files with 51 additions and 10 deletions

View File

@@ -128,6 +128,7 @@ typedef unsigned long long u64;
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>
#include <sys/uio.h>
#include <syslog.h>
#include <dirent.h>