Add UDP timeout route option

This commit is contained in:
世界
2025-01-13 15:14:30 +08:00
parent c4b6d0eadb
commit 1d2720bf5e
14 changed files with 155 additions and 239 deletions
+6 -4
View File
@@ -70,10 +70,12 @@ type InboundContext struct {
InboundOptions option.InboundOptions
UDPDisableDomainUnmapping bool
UDPConnect bool
NetworkStrategy C.NetworkStrategy
NetworkType []C.InterfaceType
FallbackNetworkType []C.InterfaceType
FallbackDelay time.Duration
UDPTimeout time.Duration
NetworkStrategy C.NetworkStrategy
NetworkType []C.InterfaceType
FallbackNetworkType []C.InterfaceType
FallbackDelay time.Duration
DNSServer string