net.Dialer.KeepAlive (field)

4 uses

	net (current package)
		dial.go#L181: 	KeepAlive time.Duration
		tcpsock_posix.go#L121: 	return newTCPConn(fd, sd.Dialer.KeepAlive, sd.Dialer.KeepAliveConfig, testPreHookSetKeepAlive, testHookSetKeepAlive), nil

	net/http
		transport.go#L49: 		KeepAlive: 30 * time.Second,

	google.golang.org/grpc/internal
		tcp_keepalive_unix.go#L41: 		KeepAlive: time.Duration(-1),