Sfoglia il codice sorgente

- T_TABLE_POWER set to 16

Andrei Pelinescu-Onciul 23 anni fa
parent
commit
a20e8529d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hash_func.h

+ 1 - 1
hash_func.h

@@ -33,7 +33,7 @@
 #include "str.h"
 #include "str.h"
 
 
 /* always use a power of 2 for hash table size */
 /* always use a power of 2 for hash table size */
-#define T_TABLE_POWER    12 
+#define T_TABLE_POWER    16 
 #define TABLE_ENTRIES    (1 << (T_TABLE_POWER))
 #define TABLE_ENTRIES    (1 << (T_TABLE_POWER))
 
 
 int new_hash( str  call_id, str cseq_nr );
 int new_hash( str  call_id, str cseq_nr );