net.Dialer.KeepAlive (field)

5 uses

	net (current package)
		dial.go#L80: 	KeepAlive time.Duration
		dial.go#L431: 	if tc, ok := c.(*TCPConn); ok && d.KeepAlive >= 0 {
		dial.go#L433: 		ka := d.KeepAlive
		dial.go#L434: 		if d.KeepAlive == 0 {

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