Browse Source

Increase number of locks to accomodate for more cores on contemporary CPUs

dynamic-accesslists
Dirk Engling 10 years ago
parent
commit
fca2b993a9
  1. 2
      trackerlogic.h

2
trackerlogic.h

@ -45,7 +45,7 @@ typedef struct { ot_ip6 address; int bits; } @@ -45,7 +45,7 @@ typedef struct { ot_ip6 address; int bits; }
/* Number of tracker admin ip addresses allowed */
#define OT_ADMINIP_MAX 64
#define OT_MAX_THREADS 16
#define OT_MAX_THREADS 64
#define OT_PEER_TIMEOUT 45

Loading…
Cancel
Save