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
- 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.