mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Safer value
This commit is contained in:
parent
da2965cb4e
commit
640bbaabbf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ namespace {
|
||||||
//#include <string.h>
|
//#include <string.h>
|
||||||
|
|
||||||
#define NUM_ECC_DIGITS (ECC_BYTES/8)
|
#define NUM_ECC_DIGITS (ECC_BYTES/8)
|
||||||
#define MAX_TRIES 16
|
#define MAX_TRIES 1024
|
||||||
|
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue