mirror of https://github.com/2dust/v2rayN
降低 Ping 超时
parent
6da0b6a628
commit
62b521718e
|
@ -609,7 +609,7 @@ namespace v2rayN
|
|||
long roundtripTime = -1;
|
||||
try
|
||||
{
|
||||
int timeout = 120;
|
||||
int timeout = 30;
|
||||
int echoNum = 2;
|
||||
Ping pingSender = new Ping();
|
||||
for (int i = 0; i < echoNum; i++)
|
||||
|
|
Loading…
Reference in New Issue