[exim-dev] [Bug 2475] Improve portability for fastopen

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 2475] Improve portability for fastopen
https://bugs.exim.org/show_bug.cgi?id=2475

Jeremy Harris <jgh146exb@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unallocated@???        |jgh146exb@???
             Status|NEW                         |ASSIGNED


--- Comment #4 from Jeremy Harris <jgh146exb@???> ---
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.