mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
added per-community locking
This commit is contained in:
@@ -349,6 +349,7 @@ typedef struct sn_stats
|
||||
struct sn_community
|
||||
{
|
||||
char community[N2N_COMMUNITY_SIZE];
|
||||
uint8_t purgeable; /* indicates purgeable community (fixed-name, predetermined (-c parameter) communties usually are unpurgeable) */
|
||||
uint8_t header_encryption; /* Header encryption indicator. */
|
||||
he_context_t *header_encryption_ctx; /* Header encryption cipher context. */
|
||||
he_context_t *header_iv_ctx; /* Header IV ecnryption cipher context, REMOVE as soon as seperate fields for checksum and replay protection available */
|
||||
|
||||
Reference in New Issue
Block a user