mirror of
https://github.com/golang/go
synced 2024-11-19 03:04:42 -07:00
net: fix typo
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/128500043
This commit is contained in:
parent
1f5800673b
commit
6b112c24db
@ -17,7 +17,7 @@ func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {
|
||||
// On DragonFly BSD, we adjust the ephemeral port
|
||||
// range because unlike other BSD systems its default
|
||||
// port range doesn't conform to IANA recommendation
|
||||
// as described in RFC 6355 and is pretty narrow.
|
||||
// as described in RFC 6056 and is pretty narrow.
|
||||
switch family {
|
||||
case syscall.AF_INET:
|
||||
syscall.SetsockoptInt(s, syscall.IPPROTO_IP, syscall.IP_PORTRANGE, syscall.IP_PORTRANGE_HIGH)
|
||||
|
Loading…
Reference in New Issue
Block a user