]> Cypherpunks repositories - gostls13.git/commitdiff
net: drop confusing comment
authorMikio Hara <mikioh.public.networking@gmail.com>
Wed, 9 Jan 2019 20:14:40 +0000 (05:14 +0900)
committerMikio Hara <mikioh.public.networking@gmail.com>
Thu, 10 Jan 2019 04:47:18 +0000 (04:47 +0000)
On AIX, we don't need to be aware of any change on the protocol stack of
Linux kernel.

Change-Id: Ib8b14fa930acddb3bc720d401271e8daf567b784
Reviewed-on: https://go-review.googlesource.com/c/157298
Run-TryBot: Mikio Hara <mikioh.public.networking@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/sockopt_aix.go

index 6fb207fc92771717a7303bedc0bb87ca36d69e8e..b49c4d5c7c72087156bba82a0038e55d8c8e3ad8 100644 (file)
@@ -9,8 +9,6 @@ import (
        "syscall"
 )
 
-// This was copied from sockopt_linux.go
-
 func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {
        if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
                // Allow both IP versions even if the OS default