From 9e2233b82129e0b7a1a32cdbbe8ffdbcf3e53d40 Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Thu, 14 May 2026 13:11:17 +0200 Subject: [PATCH] - Fix another comment for EDNS fallback buffer size. --- services/outside_network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/outside_network.h b/services/outside_network.h index e30ce92eb..390d4befe 100644 --- a/services/outside_network.h +++ b/services/outside_network.h @@ -500,7 +500,7 @@ struct serviced_query { serviced_query_UDP_EDNS_fallback, /** probe to test TCP noEDNS0 (EDNS gives FORMERRorNOTIMP) */ serviced_query_TCP_EDNS_fallback, - /** send UDP query with EDNS1480 (or 1280) */ + /** send UDP query with EDNS1472 (or 1232) */ serviced_query_UDP_EDNS_FRAG } /** variable with current status */