mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 14:13:30 +03:00
Chore: adjust the keep-alive time
This commit is contained in:
parent
04e05c6a85
commit
16c9445459
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@ func selectFast(in chan interface{}) chan interface{} {
|
|||
func tcpKeepAlive(c net.Conn) {
|
||||
if tcp, ok := c.(*net.TCPConn); ok {
|
||||
tcp.SetKeepAlive(true)
|
||||
tcp.SetKeepAlivePeriod(3 * time.Minute)
|
||||
tcp.SetKeepAlivePeriod(30 * time.Second)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue