Add TLS record fragment support

This commit is contained in:
世界
2025-05-12 12:03:34 +08:00
parent a49d566cda
commit 7e883f67f6
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