[dnsdist] TCP FastOpen

Peter van Dijk peter.van.dijk at powerdns.com
Thu May 16 13:18:43 UTC 2019


Hi Casey,

On Fri, 2019-05-03 at 23:08 -0600, Casey Deccio wrote:
> 
> Well I can confirm that the following did *not* work for me for
> version 1.3.3:
> 
> setLocal("0.0.0.0:53", { tcpFastOpenSize=10 })
> 
> But I finally tracked down the older options, and this *did* work for
> version 1.1.0:
> 
> setLocal("0.0.0.0:53", true, false, 10)

Oops! While our docs and help texts say tcpFastOpenSize, the code
expects tcpFastOpenQueueSize. So please try that :)

We'll correct the confusion between our code and docs.

Cheers, Peter



More information about the dnsdist mailing list