延迟优化

This commit is contained in:
Administrator
2022-11-26 08:22:16 +08:00
parent 0b5ff2465b
commit 479204919b
4 changed files with 110 additions and 99 deletions
@@ -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();