Add TLS record fragment support

This commit is contained in:
世界
2025-05-12 12:03:34 +08:00
parent 5f1b210e49
commit b45f7e62d4
8 changed files with 133 additions and 36 deletions

View File

@@ -74,6 +74,7 @@ type InboundContext struct {
UDPTimeout time.Duration
TLSFragment bool
TLSFragmentFallbackDelay time.Duration
TLSRecordFragment bool
NetworkStrategy *C.NetworkStrategy
NetworkType []C.InterfaceType