TFO: remember setsockopt results, to condition non-transport client use. Bug 2027
[exim.git] / src / src / globals.c
index bb5acb6fcca562b3d1b21605250fef4924aa4e93..86f7f5b20af98de1844e1dc7761a25f2f4ac6cfa 100644 (file)
@@ -1400,6 +1400,7 @@ uid_t   system_filter_uid      = (uid_t)-1;
 BOOL    system_filter_uid_set  = FALSE;
 BOOL    system_filtering       = FALSE;
 
+BOOL    tcp_fastopen_ok        = FALSE;
 BOOL    tcp_nodelay            = TRUE;
 #ifdef USE_TCP_WRAPPERS
 uschar *tcp_wrappers_daemon_name = US TCP_WRAPPERS_DAEMON_NAME;