pkg ccn-lite: introduce new message types

This commit is contained in:
Oleg Hahm 2016-05-03 23:22:49 +02:00
parent d4577b9f5e
commit 32479b58f0

View File

@ -136,6 +136,16 @@ extern "C" {
*/
#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
*/