延迟优化
This commit is contained in:
@@ -27,7 +27,7 @@ public class KLALBServer {
|
||||
nx=whm.get(uid);
|
||||
}else {
|
||||
nx=new KLALBServerProtocol();
|
||||
Socket soc=new Socket("192.168.1.233",8444);
|
||||
Socket soc=new Socket("192.168.1.233",3389);
|
||||
nx.setOut(soc.getOutputStream());
|
||||
nx.setIn(soc.getInputStream());
|
||||
nx.startLocal();
|
||||
|
||||
Reference in New Issue
Block a user