From bf886807c380152f6798f68965cc1cd7536bd8c5 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 22 Jul 2022 15:53:39 +1000 Subject: [PATCH] use nibble vector --- socket-sniff/socket-sniff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket-sniff/socket-sniff.c b/socket-sniff/socket-sniff.c index 4bcc8a2..4256ee1 100644 --- a/socket-sniff/socket-sniff.c +++ b/socket-sniff/socket-sniff.c @@ -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 -- 2.39.2