From cb0f0d6cf1f3bc5bf629d04272756192bbf8db7a Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 17 Jun 2019 16:20:53 -0400 Subject: [PATCH] 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 --- doc/go1.13.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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.

-- 2.48.1