forked from KNEMC/KLALB
修复内存泄露
This commit is contained in:
@@ -14,7 +14,7 @@ public class KLALBBlock implements Comparable<KLALBBlock>{
|
||||
public volatile int cuid;//用于识别数据包的stream ID号
|
||||
public volatile long number;//数据包的编号,用于排序
|
||||
public volatile byte[]data;//数据内容
|
||||
public volatile int command;//功能标记 0=PING 1=PONG 2=SYN 3=RST
|
||||
public volatile int command;//功能标记 0=PING 1=PONG 2=SYN 3=RST 4=KEEP
|
||||
public volatile long pingtime;//PING计时器
|
||||
public volatile int cacheused;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user