KLALB大更新

新负载均衡算法
This commit is contained in:
Administrator
2023-07-02 13:20:11 +08:00
parent f743b23e53
commit 585b7c5fe6
59 changed files with 1681 additions and 553 deletions
@@ -60,6 +60,10 @@ public class KLALBInputStream extends DataInputStream {
klp=new VADDRPacket();
klp.readFromStream(this);
return klp;
case LINES:
klp=new LINESPacket();
klp.readFromStream(this);
return klp;
}
throw new StreamCorruptedException("unknown package type:"+type);
}