TFO: change the default for hosts_try_fastopen, enabling use by default
[exim.git] / src / src / transports / smtp.c
index 94c1fe40cc7b0e8f26fa2062d520d1c3c6c43b9d..3ed2166ce591a1544b5f35f59f741473964e90ee 100644 (file)
@@ -244,7 +244,7 @@ smtp_transport_options_block smtp_transport_option_defaults = {
   .hosts_require_dane =                NULL,
   .dane_require_tls_ciphers =  NULL,
 #endif
-  .hosts_try_fastopen =                NULL,
+  .hosts_try_fastopen =                US"*",
 #ifndef DISABLE_PRDR
   .hosts_try_prdr =            US"*",
 #endif