]> Cypherpunks repositories - gostls13.git/commit
net: update documentation on Listen and ListenPacket
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 8 Jan 2017 08:16:46 +0000 (17:16 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 22 Jun 2017 08:31:13 +0000 (08:31 +0000)
commit424b0654f8e6c72f69e096f69009096de16e30fa
treef847036c623d070f2a48c56f6d8be32fd8f5a93d
parent7e63ce61e640a9e2b14ff545c28bf5d7a6f730f3
net: update documentation on Listen and ListenPacket

This change clarifies the documentation on Listen and ListenPacket to
avoid unnecessary confusion about how the arguments for the connection
setup functions are used to make connections.

Also replaces "name" or "hostname" with "host name" when the term
implies the use of DNS.

Updates #17613.
Updates #17614.
Updates #17615.
Fixes #17616.
Updates #17738.
Updates #17956.

Change-Id: I0bad2e143207666f2358d397fc076548ee6c3ae9
Reviewed-on: https://go-review.googlesource.com/34876
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dial.go
src/net/example_test.go