]> Cypherpunks repositories - gostls13.git/commit
net: update docs on network interface API
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 18 Oct 2016 10:43:04 +0000 (19:43 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 18 Oct 2016 11:46:27 +0000 (11:46 +0000)
commit79c036238d83c8fceb49aa4bab4d6dade1c321f6
treec243693feec9460294bb284d488c2a1da9b56564
parent2a85578b0ecd424e95b29d810b7a414a299fd6a7
net: update docs on network interface API

This change documents that the InterfaceAddrs function is less usable on
multi-homed IP nodes because of the lack of network interface
identification information.

Also updates documentation on exposed network interface API.

Fixes #14518.

Change-Id: I5e86606f8019ab475eb5d385bd797b052cba395d
Reviewed-on: https://go-review.googlesource.com/31371
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/interface.go