测试1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user