增加启动xtcp frpc功能
This commit is contained in:
@@ -10,12 +10,12 @@ import org.kne.cloud.network.mport.IPPort;
|
||||
public class KLALBBlock implements Comparable<KLALBBlock>{
|
||||
private static AtomicLong sng=new AtomicLong(1);
|
||||
|
||||
public long sn;//每个数据包的唯一编号
|
||||
public int cuid;//用于识别数据包的stream ID号
|
||||
public long number;//数据包的编号,用于排序
|
||||
public byte[]data;//数据内容
|
||||
public int command;//功能标记 0=PING 1=PONG 2=SYN 3=RST
|
||||
public long pingtime;//PING计时器
|
||||
public long sn;//每个数据包的唯一编号
|
||||
public int cuid;//用于识别数据包的stream ID号
|
||||
public long number;//数据包的编号,用于排序
|
||||
public byte[]data;//数据内容
|
||||
public int command;//功能标记 0=PING 1=PONG 2=SYN 3=RST
|
||||
public long pingtime;//PING计时器
|
||||
public int cacheused;
|
||||
|
||||
public String lservice;
|
||||
|
||||
Reference in New Issue
Block a user