https://bugs.exim.org/show_bug.cgi?id=2518

--- Comment #7 from Brian Foley <[email protected]> ---
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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to