net: fix comment on IPv4bcast #18176
Closed
Labels
Milestone
Comments
Just send a CL if there's a one-word fix. But I don't think anything is needed here. If people are looking for 255.255.255.255, they found it. Otherwise they didn't. |
Not a regression from any Go release, so removing the Go 1.8 label. Feel free to send a CL if you have something succinct and okay for end users and not networking experts. |
CL https://golang.org/cl/34435 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The comment says
IPv4bcast = IPv4(255, 255, 255, 255) // broadcast
, but it's a limited broadcast address and should be distinguished from directed broadcast addresses.The text was updated successfully, but these errors were encountered: