net: comment duplicate constant

Change-Id: If5a4d8eff4e51d72fb9dc1d5db2bfe674ec5753b
Reviewed-on: https://go-review.googlesource.com/c/go/+/176717
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tamir Duberstein 2019-05-11 14:08:52 -04:00 committed by Ian Lance Taylor
parent ce5ae2f4bc
commit 09267010ef
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import (
"time"
)
// syscall.TCP_KEEPINTVL is missing on some darwin architectures.
const sysTCP_KEEPINTVL = 0x101
func setKeepAlivePeriod(fd *netFD, d time.Duration) error {