diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-01 18:11:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-10-01 18:11:36 +0100 |
commit | 1ccd5f670a432f98e94b384dd169a1a760dced9a (patch) | |
tree | 3fa341950c38d903920124677b4688a284a445db /src/OS | |
parent | e924c08b7d031b712013a7a897e2d430b302fe6c (diff) |
TFO: better detection of client fast-open connections (again)
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/os.h-Linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index cc1f3cab2..f6d35772b 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -79,6 +79,7 @@ then change the 0 to 1 in the next block. */ #if defined(TCP_FASTOPEN) && !defined(MSG_FASTOPEN) # define MSG_FASTOPEN 0x20000000 #endif +#define EXIM_HAVE_TCPI_UNACKED /* End */ |