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
@@ -17,12 +17,9 @@ public abstract class KLALBPacket{
public static final int ACKT=6;
public static final int DATAU=7;
public static final int VADDR=8;
public static final int LINES=9;
private int type;
public KLALBPacket() {
super();
}
public KLALBPacket(int type) {
super();
this.type = type;
@@ -41,6 +38,7 @@ public abstract class KLALBPacket{
}
public long getLength() {
return 4;
return 1;
}
}