https://bugs.exim.org/show_bug.cgi?id=2475
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED --- Comment #4 from Jeremy Harris <[email protected]> --- The apparently working FreeBSD animal is 11.0 but, hmm, is not claiming to support TFO in Exim despite having TCP_FASTOPEN in /usr/include/netinet/tcp.h So that explains it not falling in a heap; I assume the runtime test (exim does a setsockopt(.., TCPFASTOPEN...) to check on the feature) is resulting in that codepath being avoided. You're right that MSG_FASTOPEN doesn't seem to be defined. Perhaps just complexifying the #ifdef TCP_FASTOPEN would be simplest. Any info you can find on how TFO is supposed to be coded for in FreeBSD would be useful. -- 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/ ##
