This commit is contained in:
Administrator
2022-12-01 10:19:48 +08:00
parent 7d90fa17bd
commit 45c369a0a1
7 changed files with 66 additions and 39 deletions
@@ -70,13 +70,13 @@ public class TCPConnection {
if(tunnel!=null) {
tunnel.setDelay(delay);
}
if(connect!=null) {
/*if(connect!=null) {
try {
connect.setSoTimeout((int) (delay/100000));
} catch (SocketException e) {
e.printStackTrace();
}
}
}*/
}
public void setTunnel(Tunnel tunnel) {