TFO: on FreeBSD avoid client TFO-mode connects unless a TCP_FASTOPEN setsocketopt...
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Oct 2017 15:12:06 +0000 (16:12 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Oct 2017 16:30:39 +0000 (17:30 +0100)
commit10ac8d7f410e55043b0b182fb77f2e8fb6a7aed4
treeb61313be7211b54cc67896ed06c71716a2800649
parent6a69d109fb79fb19663137cf606557d663169373
TFO: on FreeBSD avoid client TFO-mode connects unless a TCP_FASTOPEN setsocketopt succeeds

This fixes the FreeSBD no-kernel-support issues (it succeded the sendto for the
connect-with-data, but dod not queue the data).  Having checked dynamically, do
not claim support-for TFO either.
src/OS/os.h-FreeBSD
src/src/deliver.c
src/src/exim.c
src/src/functions.h
src/src/ip.c
src/src/malware.c
src/src/smtp_out.c