use nibble vector
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 22 Jul 2022 05:53:39 +0000 (15:53 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 22 Jul 2022 05:53:39 +0000 (15:53 +1000)
socket-sniff/socket-sniff.c

index 4bcc8a254c42d438fe254902f2b6d9734fab9a98..4256ee127efa32bb8b3a8027c54a81cd308ce513 100644 (file)
@@ -115,7 +115,7 @@ static unsigned long charp_hashcode(void *this,void *key) {
 #endif
 
 static HashVector IGN = {
-    .table = { 256, 0 },
+    .table = { Nibble_index_levels, 16, 0 },
     .fill = 0,
     .holes = 0,
     .type = &stringitem