From 797e8890463671b96fb0af8ed151101950d76999 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 2 Mar 2022 20:16:55 -0800 Subject: [PATCH] doc/go1.19: mention use of EDNS(0) For #51153 Change-Id: I4374c63498b62ba7a08f146eebd034cbd50623f6 Reviewed-on: https://go-review.googlesource.com/c/go/+/389634 Trust: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Emmanuel Odeke --- doc/go1.19.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/go1.19.html b/doc/go1.19.html index a68c27ecc8..c71d5e760b 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -59,3 +59,18 @@ Do not send CLs removing the interior tags from such phrases.

TODO: complete this section

+
net
+
+

+ The pure Go resolver will now use EDNS(0) to include a suggested + maximum reply packet length, permitting reply packets to contain + up to 1232 bytes (the previous maximum was 512). + In the unlikely event that this causes problems with a local DNS + resolver, setting the environment variable + GODEBUG=netdns=cgo to use the cgo-based resolver + should work. + Please report any such problems on the + issue tracker. +

+
+
-- 2.48.1