Add TLS fragment support

This commit is contained in:
世界
2025-01-26 09:01:00 +08:00
parent c81a0ec4d7
commit d2cb0ee4ae
18 changed files with 476 additions and 181 deletions
+2
View File
@@ -72,6 +72,8 @@ type InboundContext struct {
UDPDisableDomainUnmapping bool
UDPConnect bool
UDPTimeout time.Duration
TLSFragment bool
TLSFragmentFallbackDelay time.Duration
NetworkStrategy *C.NetworkStrategy
NetworkType []C.InterfaceType