Add TLS fragment support

This commit is contained in:
世界
2025-01-26 09:01:00 +08:00
parent 8fe84b6a4a
commit 60497bb83b
21 changed files with 16249 additions and 189 deletions

View File

@@ -71,6 +71,8 @@ type InboundContext struct {
UDPDisableDomainUnmapping bool
UDPConnect bool
UDPTimeout time.Duration
TLSFragment bool
TLSFragmentFallbackDelay time.Duration
NetworkStrategy *C.NetworkStrategy
NetworkType []C.InterfaceType