pkg ccn-lite: maximum prefix string length

This commit is contained in:
Oleg Hahm 2016-05-05 17:44:52 +02:00
parent 99e3a22d63
commit 49a76ba3b5

View File

@ -131,6 +131,11 @@ extern "C" {
*/ */
#define CCNL_QUEUE_SIZE (8) #define CCNL_QUEUE_SIZE (8)
/**
* Maximum string length for prefix representation
*/
#define CCNL_PREFIX_BUFSIZE (50)
/** /**
* Struct holding CCN-Lite's central relay information * Struct holding CCN-Lite's central relay information
*/ */