Re: disable TCP-FASTOPEN

2017-06-01 Thread A. Schulze via Unbound-users
Am 01.06.2017 um 11:12 schrieb W.C.A. Wijngaards via Unbound-users: > Use this patch on code that has the previous patch applied. Yea, it works! attached my full patch (I had to add an explicit type cast) with the patch applied and unbound restarted I did "dig @::1 kernel-error.de. dnskey

Re: disable TCP-FASTOPEN

2017-06-01 Thread W.C.A. Wijngaards via Unbound-users
Hi Andreas, It is performing the fallthrough, but writev is also reporting an issue. That I attempt to fix in the patch below, that should attempt a connect() after the failed fastopen, before calling write. Use this patch on code that has the previous patch applied. Best regards, Wouter On