On 24/10/16 02:27, Jeremy Harris wrote: > On 24/10/16 02:09, The Doctor wrote: > >> >> >> >> daemon.c:1461:40: error: use of undeclared >> identifier 'SOL_TCP' >> >> >> >> if (setsockopt(listen_sockets[sk], SOL_TCP, >> TCP_FASTOPEN, &smtp_conn... >> >> >> >> ^ >> >> >> >> 1 warning >> and 1 error generated. > > >> Compiled on FreeBSD 11 >> > > Thanks for testing. What symbol does FreeBSD use for transport-level, > specifically TCP if that matters, setsockopt() calls? > > We'll need to massage FreeBSD's OS/ file, probably the .h > > Fortunately, this is what RCs are for :)
Of course, secondary thoughts, we don't know that the same sequences of library calls on FreeBSD as on Linux will do what's wanted. Any information you can find about TCP Fast Open on that platform will be welcome. -- Thanks, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
