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:
Jon Siwek 2012-02-09 12:55:55 -06:00
parent 303f02d6f8
commit f945f3c518
2 changed files with 25 additions and 25 deletions

View file

@ -7,7 +7,7 @@
#include "BroString.h"
#define UHASH_KEY_SIZE 32
#define UHASH_KEY_SIZE 36
typedef uint64 hash_t;