mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-18 06:00:25 +08:00
add:Keychain
This commit is contained in:
@@ -34,7 +34,7 @@ import encoding.*;
|
||||
// }
|
||||
//
|
||||
public class CPacket implements InteractWithField, IEncodingAble {
|
||||
private MINPacket minPacket=new MINPacket();
|
||||
public MINPacket minPacket=new MINPacket();
|
||||
public TTL ttl=new TTL();
|
||||
public Payload payload=new Payload();
|
||||
public Identifier srcIdentifier=new Identifier();
|
||||
|
||||
@@ -33,7 +33,7 @@ import encoding.*;
|
||||
// }
|
||||
//
|
||||
public class Data implements IEncodingAble, InteractWithField {
|
||||
private MINPacket minPacket=new MINPacket();
|
||||
public MINPacket minPacket=new MINPacket();
|
||||
public FreshnessPeriod freshnessPeriod=new FreshnessPeriod();
|
||||
public Payload payload=new Payload();
|
||||
public CongestionMark congestionMark=new CongestionMark();
|
||||
|
||||
@@ -37,7 +37,7 @@ import encoding.*;
|
||||
// }
|
||||
//
|
||||
public class Interest implements InteractWithField, IEncodingAble {
|
||||
private MINPacket minPacket=new MINPacket();
|
||||
public MINPacket minPacket=new MINPacket();
|
||||
public CanBePrefix canBePrefix=new CanBePrefix();
|
||||
public MustBeRefresh mustBeRefresh=new MustBeRefresh();
|
||||
public InterestLifeTime interestLifeTime=new InterestLifeTime();
|
||||
|
||||
Reference in New Issue
Block a user