pull/4932/head
xqzr 2025-07-25 16:29:37 +08:00 committed by GitHub
parent c639cb5344
commit c42531eb6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func (d *DefaultSystemDialer) Dial(ctx context.Context, src net.Address, dest ne
}
if sockopt != nil && (sockopt.TcpKeepAliveInterval != 0 || sockopt.TcpKeepAliveIdle != 0) {
TCPKeepAliveConfig = gonet.KeepAliveConfig {
Enable: false
Enable: false,
}
}
dialer := &net.Dialer{