From 9ed19f57437a19340c7aafe81a67498821ccc179 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 5 Jan 2022 10:00:50 +0000 Subject: [PATCH] [Project] Rdns: Restore the previous EDNS0 size --- contrib/librdns/dns_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/librdns/dns_private.h b/contrib/librdns/dns_private.h index 19e8c0718..359334c8d 100644 --- a/contrib/librdns/dns_private.h +++ b/contrib/librdns/dns_private.h @@ -36,7 +36,7 @@ static const int dns_port = 53; static const int default_io_cnt = 8; static const int default_tcp_io_cnt = 1; -#define UDP_PACKET_SIZE (512) +#define UDP_PACKET_SIZE (4096) #define DNS_COMPRESSION_BITS 0xC0 -- 2.39.5