Commit 09267010 authored by Tamir Duberstein's avatar Tamir Duberstein Committed by Ian Lance Taylor

net: comment duplicate constant

Change-Id: If5a4d8eff4e51d72fb9dc1d5db2bfe674ec5753b
Reviewed-on: https://go-review.googlesource.com/c/go/+/176717Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent ce5ae2f4
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment