Skip to content

Commit 0926701

Browse files
tamirdianlancetaylor
authored andcommitted
net: comment duplicate constant
Change-Id: If5a4d8eff4e51d72fb9dc1d5db2bfe674ec5753b Reviewed-on: https://go-review.googlesource.com/c/go/+/176717 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ce5ae2f commit 0926701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/tcpsockopt_darwin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"time"
1111
)
1212

13+
// syscall.TCP_KEEPINTVL is missing on some darwin architectures.
1314
const sysTCP_KEEPINTVL = 0x101
1415

1516
func setKeepAlivePeriod(fd *netFD, d time.Duration) error {

0 commit comments

Comments
 (0)