]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.13: add release notes for the net package
authorAndrew <andybons@golang.org>
Mon, 17 Jun 2019 20:20:53 +0000 (16:20 -0400)
committerAndrew Bonventre <andybons@golang.org>
Tue, 18 Jun 2019 19:30:06 +0000 (19:30 +0000)
Change-Id: I54dc8afc33d6f8946d2c79b0339118fa3710a688
Reviewed-on: https://go-review.googlesource.com/c/go/+/182618
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.13.html

index 829542f4b2c7e876557f38899d9adc7bc405ada0..3f9251df1d52977925b443864d1d6b008bda5659 100644 (file)
@@ -274,15 +274,12 @@ TODO
 <dl id="net"><dt><a href="/pkg/net/">net</a></dt>
   <dd>
     <p><!-- CL 156366 -->
-      TODO: <a href="https://golang.org/cl/156366">https://golang.org/cl/156366</a>: use DNS over TCP when use-vc is set in resolv.conf
-    </p>
-
-    <p><!-- CL 166297 -->
-      TODO: <a href="https://golang.org/cl/166297">https://golang.org/cl/166297</a>: use libSystem bindings for DNS resolution on macos if cgo is unavailable
+      On Unix systems where <code>use-vc</code> is set in <code>resolve.conf</code>, TCP is used for DNS resolution.
     </p>
 
     <p><!-- CL 170678 -->
-      TODO: <a href="https://golang.org/cl/170678">https://golang.org/cl/170678</a>: add KeepAlive field to ListenConfig
+      The new field <a href="/pkg/net/#ListenConfig.KeepAlive"><code>ListenConfig.KeepAlive</code></a>
+      specifies the keep-alive period for network connections accepted by the listener.
     </p>
 
 </dl><!-- net -->