Browse Source

Merge pull request #401 from Logan007/fixCc20SseVer

increase packet version to 3
pull/418/head
Luca Deri 4 years ago
committed by GitHub
parent
commit
3487329550
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/n2n_wire.h

2
include/n2n_wire.h

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

Loading…
Cancel
Save