mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Change HashKey threshold for using H3 to 36 bytes.
This is enough to accommodate using H3 instead of HMAC/MD5 for IPv6 Conn::Key's and performs better since a hash happens for every packet.
This commit is contained in:
parent
303f02d6f8
commit
f945f3c518
2 changed files with 25 additions and 25 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "BroString.h"
|
||||
|
||||
#define UHASH_KEY_SIZE 32
|
||||
#define UHASH_KEY_SIZE 36
|
||||
|
||||
typedef uint64 hash_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue