TFO: early-data for client outbound via socks5 proxy
[exim.git] / src / src / globals.h
index 7578a1d82765a46e70bfd9794ca683ab7a133a86..2957587b0c2b299c5c1878d2395530024c6dc801 100644 (file)
@@ -922,6 +922,7 @@ extern BOOL    system_filter_uid_set;  /* TRUE if uid set */
 extern BOOL    system_filtering;       /* TRUE when running system filter */
 
 extern BOOL    tcp_fastopen_ok;               /* appears to be supported by kernel */
+extern blob    tcp_fastopen_nodata;    /* for zero-data TFO connect requests */
 extern BOOL    tcp_in_fastopen;               /* conn used fastopen */
 extern BOOL    tcp_in_fastopen_logged; /* one-time logging */
 extern BOOL    tcp_nodelay;            /* Controls TCP_NODELAY on daemon */