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

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 2518] TCP fastopen breaks remote_smtp on Linux <3.6
https://bugs.exim.org/show_bug.cgi?id=2518

--- Comment #3 from Jeremy Harris <jgh146exb@???> ---
> Unfortunately exim's daemon_go() unconditionally sets the global tcp_fastoption_ok > to TRUE if TCP_FASTOPEN is defined.


... and then unsets it if a setsockopt(..., TCP_FASTOPEN...) on any listening
socket fails. So presumably that call is not failing for you? Check with
a debug-enabled run of the daemon starting up; look for "setsockopt".
"src/daemon.c" line 1537.

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