]> granicus.if.org Git - pdns/commit
dnsdist: Use portable IPPROTO_TCP instead of SOL_TCP for TCP_FASTOPEN
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 5 Oct 2016 08:38:04 +0000 (10:38 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 5 Oct 2016 13:25:18 +0000 (15:25 +0200)
commit1654ece3b2821ed599530ae03694af50d0547f50
tree69ecf5b22e16a9c0cc777014375e2c983c28098b
parentd6a9a395141d530daf40d03c1b6ccfafa191c40c
dnsdist: Use portable IPPROTO_TCP instead of SOL_TCP for TCP_FASTOPEN

This fixes the compilation on FreeBSD, where IPPROTO_TCP and
TCP_FASTOPEN are defined but SOL_TCP isn't.
pdns/dnsdist.cc