diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-26 15:42:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-26 16:46:19 +0100 |
commit | efad2f414afac1b1456299e79b1cdc705b84b71e (patch) | |
tree | 4f686300336e1aa592e0ddef948558d97a5dd323 /src | |
parent | 2d58d8154ade6dd9b1cd8d01450ac0b7b53ab62a (diff) |
TFO: change the default for hosts_try_fastopen, enabling use by default
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 94c1fe40c..3ed2166ce 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -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 |