mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Pref exception
This commit is contained in:
parent
a3a62e1d83
commit
62ba0f4c23
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public abstract class UdpService
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
if (attempt == 1)
|
if (attempt == 1 && roundTripTime == TimeSpan.MaxValue)
|
||||||
{
|
{
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue