From: Andrew Date: Mon, 17 Jun 2019 20:20:53 +0000 (-0400) Subject: doc/go1.13: add release notes for the net package X-Git-Tag: go1.13beta1~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cb0f0d6cf1f3bc5bf629d04272756192bbf8db7a;p=gostls13.git doc/go1.13: add release notes for the net package Change-Id: I54dc8afc33d6f8946d2c79b0339118fa3710a688 Reviewed-on: https://go-review.googlesource.com/c/go/+/182618 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 829542f4b2..3f9251df1d 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -274,15 +274,12 @@ TODO
net

- TODO: https://golang.org/cl/156366: use DNS over TCP when use-vc is set in resolv.conf -

- -

- TODO: https://golang.org/cl/166297: use libSystem bindings for DNS resolution on macos if cgo is unavailable + On Unix systems where use-vc is set in resolve.conf, TCP is used for DNS resolution.

- TODO: https://golang.org/cl/170678: add KeepAlive field to ListenConfig + The new field ListenConfig.KeepAlive + specifies the keep-alive period for network connections accepted by the listener.