mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
FileAnalysis: change file handle -> file id mapping process.
They're now actually directly related via a hash function that will produce the same results among different instances in a cluster.
This commit is contained in:
parent
637fe69cf9
commit
e0f3713912
4 changed files with 29 additions and 8 deletions
|
@ -26,3 +26,4 @@ const Threading::heartbeat_interval: interval;
|
|||
|
||||
const FileAnalysis::pending_file_drain_interval: interval;
|
||||
const FileAnalysis::pending_file_timeout: interval;
|
||||
const FileAnalysis::salt: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue