Re: [PATCH] MINOR: dns: Set maximum DNS udp payload at 65507

2019-09-10 Thread Anthonin Bonnefoy
Hi, Any news on this? We have use cases with records returning 600+ IPs and the resolution fails since it exceeds the payload. Regards, Anthonin On Sun, Dec 2, 2018 at 6:46 PM Willy Tarreau wrote: > On Thu, Oct 18, 2018 at 05:52:47PM +0200, Anthonin Bonnefoy wrote: > > From: Anthonin Bonnefoy

Re: [PATCH] MINOR: dns: Set maximum DNS udp payload at 65507

2018-12-02 Thread Willy Tarreau
On Thu, Oct 18, 2018 at 05:52:47PM +0200, Anthonin Bonnefoy wrote: > From: Anthonin Bonnefoy > > With EDNS, DNS packets can have a maximum size of 65507. > This will allow to have a bigger accepted_payload_size which is useful > when we have more than 100 SRV records. Baptiste, please have a

[PATCH] MINOR: dns: Set maximum DNS udp payload at 65507

2018-10-18 Thread Anthonin Bonnefoy
From: Anthonin Bonnefoy With EDNS, DNS packets can have a maximum size of 65507. This will allow to have a bigger accepted_payload_size which is useful when we have more than 100 SRV records. --- include/types/dns.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git