net.Dialer.KeepAlive (field)

7 uses

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

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

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		client.go#L172: 		KeepAlive: DefaultDialKeepAliveTimeout,

	github.com/go-pg/pg/v10
		options.go#L118: 				KeepAlive: 5 * time.Minute,