mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 03:47:37 +03:00
Add TLS fragment support
This commit is contained in:
parent
88aa2e430e
commit
297dd632e8
18 changed files with 476 additions and 189 deletions
|
@ -16,6 +16,7 @@ const (
|
|||
StopTimeout = 5 * time.Second
|
||||
FatalStopTimeout = 10 * time.Second
|
||||
FakeIPMetadataSaveInterval = 10 * time.Second
|
||||
TLSFragmentFallbackDelay = 500 * time.Millisecond
|
||||
)
|
||||
|
||||
var PortProtocols = map[uint16]string{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue