From 32479b58f0529ef64f8e256ccbf0a90d3568c62e Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Tue, 3 May 2016 23:22:49 +0200 Subject: [PATCH] pkg ccn-lite: introduce new message types --- pkg/ccn-lite/ccn-lite-riot.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/ccn-lite/ccn-lite-riot.h b/pkg/ccn-lite/ccn-lite-riot.h index 052b25a6b9..a756ecad19 100644 --- a/pkg/ccn-lite/ccn-lite-riot.h +++ b/pkg/ccn-lite/ccn-lite-riot.h @@ -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 */