mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-20 08:16:55 -05:00
Fix: DialWithoutCache3 misbehave
This commit is contained in:
parent
7fdf0de06d
commit
579786166c
@ -72,6 +72,7 @@ func Dial3(src v2net.Address, dest v2net.Destination, proxyMeta *proxy.OutboundH
|
|||||||
}
|
}
|
||||||
func DialWithoutCache3(src v2net.Address, dest v2net.Destination, proxyMeta *proxy.OutboundHandlerMeta) (net.Conn, error) {
|
func DialWithoutCache3(src v2net.Address, dest v2net.Destination, proxyMeta *proxy.OutboundHandlerMeta) (net.Conn, error) {
|
||||||
if proxyMeta.KcpSupported && transport.IsKcpEnabled() {
|
if proxyMeta.KcpSupported && transport.IsKcpEnabled() {
|
||||||
|
return DialKCPWithoutCache(src, dest)
|
||||||
}
|
}
|
||||||
return DialWithoutCache(src, dest)
|
return DialWithoutCache(src, dest)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user