From: Ian Lance Taylor Date: Thu, 3 Mar 2022 04:16:55 +0000 (-0800) Subject: doc/go1.19: mention use of EDNS(0) X-Git-Tag: go1.19beta1~1163 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=797e8890463671b96fb0af8ed151101950d76999;p=gostls13.git 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 --- 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. +

+
+