-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Description
Intra should disable Keep-Alive to avoid waking up the network device when not needed.
The dialer is created at
func MakeDialer(p Protector) *net.Dialer { |
In
return d.DialContext(ctx, network, newAddress) |
we should check if the connection is a TCPConn, and disable the Keep Alive with https://pkg.go.dev/net#TCPConn.SetKeepAlive.
jyyi1
Metadata
Metadata
Assignees
Labels
No labels