修复线程不能正确关闭的问题
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.concurrent.atomic.AtomicLong;
|
||||
import org.kne.cloud.network.mport.IPPort;
|
||||
|
||||
public class KLALBBlock implements Comparable<KLALBBlock>{
|
||||
private static AtomicLong sng=new AtomicLong(0);
|
||||
private static AtomicLong sng=new AtomicLong(1);
|
||||
|
||||
public long sn;//每个数据包的唯一编号
|
||||
public UUID cuid;//用于识别数据包的stream ID号
|
||||
|
||||
Reference in New Issue
Block a user