Merge pull request #401 from Logan007/fixCc20SseVer

increase packet version to 3
This commit is contained in:
Luca Deri 2020-09-10 20:09:11 +02:00 committed by GitHub
commit 3487329550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
#include <stdint.h>
#endif
#define N2N_PKT_VERSION 2
#define N2N_PKT_VERSION 3
#define N2N_DEFAULT_TTL 2 /* can be forwarded twice at most */
#define N2N_COMMUNITY_SIZE 16
#define N2N_MAC_SIZE 6