mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/bernhard/hyperloglog
Conflicts: src/NetVar.cc src/NetVar.h
This commit is contained in:
commit
2dd0d057e6
28 changed files with 333 additions and 87 deletions
|
@ -3081,6 +3081,7 @@ const global_hash_seed: string = "" &redef;
|
|||
|
||||
## Number of bits in UIDs that are generated to identify connections and
|
||||
## files. The larger the value, the more confidence in UID uniqueness.
|
||||
## The maximum is currently 128 bits.
|
||||
const bits_per_uid: count = 96 &redef;
|
||||
|
||||
# Load BiFs defined by plugins.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue