mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Add TLS fragment support
This commit is contained in:
parent
360b25e53c
commit
8b7c8dcdb4
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