From e4b33a2656760655c39a24e670d02e492ffd0004 Mon Sep 17 00:00:00 2001 From: Logan007 Date: Tue, 4 Aug 2020 15:18:58 +0545 Subject: [PATCH] data structures --- include/n2n_define.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/n2n_define.h b/include/n2n_define.h index 4d3c48b..8815d98 100644 --- a/include/n2n_define.h +++ b/include/n2n_define.h @@ -71,6 +71,10 @@ bits of transform_id; will be obsolete as soon as compression gets its own field in the packet. REVISIT then. */ +/* (un)purgeable community indicator (supernode) */ +#define COMMUNITY_UNPURGEABLE 0 +#define COMMUNITY_PURGEABLE 1 + /* Header encryption indicators */ #define HEADER_ENCRYPTION_UNKNOWN 0 #define HEADER_ENCRYPTION_NONE 1