Subnet Cache hashtable improvements
[tinc] / src / system.h
index f9675f9..b3d9e0a 100644 (file)
 # define strsignal(p) ""
 #endif
 
+#if _____LP64_____
+#define SUBNET_HASH_SIZE 0x10000
+#else
+#define SUBNET_HASH_SIZE 0x1000
+#endif
+
 /* Other functions */
 
 #include "dropin.h"