https://bugs.exim.org/show_bug.cgi?id=2475
Bug ID: 2475
Summary: Improve portability for fastopen
Product: Exim
Version: N/A
Hardware: x86
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Transports
Assignee: unallocated@???
Reporter: samuel.thibault@???
CC: exim-dev@???
Created attachment 1233
-->
https://bugs.exim.org/attachment.cgi?id=1233&action=edit
proposed fix
Hello,
Now that fastopen is enabled by default, on OSes where TCP_FASTOPEN is defined
by MSG_FASTOPEN is not (e.g. *BSD), connection completely fails, because the
fastopen case is selected, but no implementation is getting compiled, and the
fallback is not called. The attached patch fixes that by calling the fallback
in such case.
Samuel
--
You are receiving this mail because:
You are on the CC list for the bug.