From: Peter van Dijk Date: Mon, 20 Mar 2017 19:19:35 +0000 (+0100) Subject: Merge pull request #5137 from rgacogne/auth-fast-open X-Git-Tag: rec-4.1.0-alpha1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5590e23b2b77f89e8b18a4c8cb558e1299a6381;p=thirdparty%2Fpdns.git Merge pull request #5137 from rgacogne/auth-fast-open auth: Add TCP Fast Open support --- c5590e23b2b77f89e8b18a4c8cb558e1299a6381 diff --cc pdns/common_startup.cc index 8eaa5b92c8,87bb65c223..954bce1801 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@@ -193,9 -193,10 +193,11 @@@ void declareArguments( ::arg().setSwitch("outgoing-axfr-expand-alias", "Expand ALIAS records during outgoing AXFR")="no"; ::arg().setSwitch("8bit-dns", "Allow 8bit dns queries")="no"; + ::arg().setSwitch("axfr-lower-serial", "Also AXFR a zone from a master with a lower serial")="no"; ::arg().set("xfr-max-received-mbytes", "Maximum number of megabytes received from an incoming XFR")="100"; + + ::arg().set("tcp-fast-open", "Enable TCP Fast Open support on the listening sockets, using the supplied numerical value as the queue size")="0"; } static time_t s_start=time(0);