优化调度算法,避免路由震荡
This commit is contained in:
@@ -11,7 +11,7 @@ public class KLALBBlock implements Comparable<KLALBBlock>{
|
||||
private static AtomicLong sng=new AtomicLong(1);
|
||||
|
||||
public long sn;//每个数据包的唯一编号
|
||||
public long cuid;//用于识别数据包的stream ID号
|
||||
public int cuid;//用于识别数据包的stream ID号
|
||||
public long number;//数据包的编号,用于排序
|
||||
public byte[]data;//数据内容
|
||||
public int command;//功能标记 0=PING 1=PONG 2=SYN 3=RST
|
||||
|
||||
Reference in New Issue
Block a user