[exim-dev] [Bug 2518] TCP fastopen breaks remote_smtp on Lin…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2518] TCP fastopen breaks remote_smtp on Linux <3.6
https://bugs.exim.org/show_bug.cgi?id=2518

--- Comment #7 from Brian Foley <bpfoley@???> ---
Log attached of the exim listener starting. It does, as you say do the fastopen
check to set tcp_fastopen_ok.

However if you look at the attached log of an attempted mail delivery, you can
see that it still fails.

I noticed that in src/deliver.c there's the suspicious code

void
deliver_init(void)
{
#ifdef EXIM_TFO_PROBE
tfo_probe();
#else
f.tcp_fastopen_ok = TRUE;
#endif

I wonder could this be a problem?

--
You are receiving this mail because:
You are on the CC list for the bug.