From: Ralph Ronnquist Date: Fri, 22 Jul 2022 05:53:39 +0000 (+1000) Subject: use nibble vector X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=bf886807c380152f6798f68965cc1cd7536bd8c5;p=rrq%2Frrqmisc.git use nibble vector --- 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