KLALB V3.6.0 写了一半
This commit is contained in:
@@ -49,7 +49,7 @@ for (int i = 0; i < nodes; i++) {
|
||||
SocketChannelListener scl=new SocketChannelListener(ServerSocketChannel.open().bind(new InetSocketAddress("127.0.0.8",0)));
|
||||
scl.setCon((c)->{
|
||||
try {
|
||||
kct.addRemoteLine(new KLALBRemoteLine(new StreamChannelKLALBPacketLink(c)));
|
||||
kct.addRemoteLine(new KLALBRemoteLine(klalbController,new StreamChannelKLALBPacketLink(c)));
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user