]> Cypherpunks repositories - gostls13.git/commit
net: document UDPConn.ReadFromUDPAddrPort's AddrPort result more
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Jul 2022 20:29:16 +0000 (13:29 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 27 Jul 2022 15:04:58 +0000 (15:04 +0000)
commit424814615491c604e6a0945f33e5a7b779dc2be5
treeb8ab9ca890b0b59eb7eef6c6df10d74de3bf64e0
parentfaf4e97200df9415d55b04924ce77599f9e6fdfa
net: document UDPConn.ReadFromUDPAddrPort's AddrPort result more

Clarify the form of its IPv4 addresses when listening on an
unspecified address.

(found while testing/reviewing CL 399454)

Change-Id: I62b367f5a4e6d340eb72dd7ec342080f1821e63e
Reviewed-on: https://go-review.googlesource.com/c/go/+/419614
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/net/udpsock.go