created space for more REGISTER type cookies

... to allow better differentiation between several (future) REGISTER / ACK transmission paths
This commit is contained in:
Logan oos Even 2021-09-27 02:29:29 +05:45 committed by GitHub
parent 40f1894956
commit 5a93fdf166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,8 +165,8 @@ enum skip_add{SN_ADD = 0, SN_ADD_SKIP = 1, SN_ADD_ADDED = 2};
#define N2N_PRIVATE_PUBLIC_KEY_SIZE 32
#define N2N_USER_KEY_LINE_STARTER '*'
#define N2N_MAC_SIZE 6
#define N2N_REGULAR_REG_COOKIE 0x00000000
#define N2N_LOCAL_REG_COOKIE 0x00000001
#define N2N_LOCAL_REG_COOKIE 0x00100000
#define N2N_REGULAR_REG_COOKIE 0x01000000
#define N2N_DESC_SIZE 16
#define N2N_PKT_BUF_SIZE 2048
#define N2N_SOCKBUF_SIZE 64 /* string representation of INET or INET6 sockets */