data structures

This commit is contained in:
Logan007 2020-08-04 15:18:58 +05:45
parent 2b59850b77
commit e4b33a2656

View File

@ -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