Skip to content

Commit

Permalink
doc/go1.13: add release notes for the net package
Browse files Browse the repository at this point in the history
Change-Id: I54dc8afc33d6f8946d2c79b0339118fa3710a688
Reviewed-on: https://go-review.googlesource.com/c/go/+/182618
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
andybons committed Jun 18, 2019
1 parent bd7d1bb commit cb0f0d6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/go1.13.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<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 -->
Expand Down

0 comments on commit cb0f0d6

Please sign in to comment.