mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Fix tcp keep alive
This commit is contained in:
parent
0eed0ca11a
commit
d06fd03dd8
4 changed files with 3 additions and 15 deletions
|
@ -4,7 +4,6 @@ import "time"
|
|||
|
||||
const (
|
||||
TCPTimeout = 5 * time.Second
|
||||
TCPKeepAlivePeriod = 30 * time.Second
|
||||
ReadPayloadTimeout = 300 * time.Millisecond
|
||||
DNSTimeout = 10 * time.Second
|
||||
QUICTimeout = 30 * time.Second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue