diff --git a/include/n2n_define.h b/include/n2n_define.h index 4467316..e4e2bd8 100644 --- a/include/n2n_define.h +++ b/include/n2n_define.h @@ -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 */