forked from KNEMC/KLALB
UI改进
This commit is contained in:
@@ -36,7 +36,8 @@ public class PortRelay {
|
||||
+ "-" + "(" + nx + ")->" + hp.getHost() + ":" + hp.getPort());
|
||||
try {
|
||||
sl=hp.connectSocket();
|
||||
|
||||
s.setSoTimeout(120*60*1000);
|
||||
sl.setSoTimeout(120*60*1000);
|
||||
new SocketBridge(s, sl).run();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user