]> Cypherpunks repositories - gostls13.git/commit
net: fix comment on IPv4bcast
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 15 Dec 2016 09:00:12 +0000 (18:00 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Dec 2016 15:35:21 +0000 (15:35 +0000)
commit34bd7d5d4bf93484f920d2ccb12183f530a684e6
tree83db4ccfceb14074438e6b1b545624e0e8d0ced7
parent7e4ef4ebfc4f24bb030716c81e0f812aa3a36c97
net: fix comment on IPv4bcast

In Go 1.8, almost all the platforms except NaCl provide network
interface and address identification and applications can use IPv4
limited or directed broadcast addresses appropriately.

Fixes #18176.

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