summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorJan Hák <jan.hak@nic.cz>2024-07-24 11:07:54 +0200
committerJan Hák <jan.hak@nic.cz>2024-07-24 11:19:48 +0200
commit820fd1b732858ec6f0e906f756ff4ad96d4dd308 (patch)
tree587b5f36643592b9aeac804d6cae66a3e90acf4d /src/utils
parentMerge branch 'kxdpgun_memleak' into 'master' (diff)
downloadknot-820fd1b732858ec6f0e906f756ff4ad96d4dd308.tar.xz
knot-820fd1b732858ec6f0e906f756ff4ad96d4dd308.zip
kdig: change default bufsize for EDNS to 1232B
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/common/params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/common/params.h b/src/utils/common/params.h
index be5f54c04..bb071aad8 100644
--- a/src/utils/common/params.h
+++ b/src/utils/common/params.h
@@ -32,7 +32,7 @@
#define DEFAULT_DNS_QUIC_PORT "853"
#define DEFAULT_DNS_TLS_PORT "853"
#define DEFAULT_UDP_SIZE 512
-#define DEFAULT_EDNS_SIZE 4096
+#define DEFAULT_EDNS_SIZE 1232
#define MAX_PACKET_SIZE 65535
#define SEP_CHARS "\n\t "