pkg ccn-lite: introduce new message types
This commit is contained in:
parent
d4577b9f5e
commit
32479b58f0
@ -136,6 +136,16 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
#define CCNL_PREFIX_BUFSIZE (50)
|
#define CCNL_PREFIX_BUFSIZE (50)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Message type for signalling a timeout while waiting for a content chunk
|
||||||
|
*/
|
||||||
|
#define CCNL_MSG_TIMEOUT (0x1701)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Message type for advancing the ageing timer
|
||||||
|
*/
|
||||||
|
#define CCNL_MSG_AGEING (0x1702)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Struct holding CCN-Lite's central relay information
|
* Struct holding CCN-Lite's central relay information
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user