pkg ccn-lite: maximum prefix string length
This commit is contained in:
parent
99e3a22d63
commit
49a76ba3b5
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user