mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
FileAnalysis: buffer input that can't get unique file handle immediately
A retry happens on every new input and also periodically based on a timer. If a file handle is returned at those times, the input is forwarded for analysis, else it keeps retrying until a timeout threshold.
This commit is contained in:
parent
878dfff2f2
commit
637fe69cf9
11 changed files with 319 additions and 103 deletions
|
@ -23,3 +23,6 @@ const Tunnel::delay_gtp_confirmation: bool;
|
|||
const Tunnel::ip_tunnel_timeout: interval;
|
||||
|
||||
const Threading::heartbeat_interval: interval;
|
||||
|
||||
const FileAnalysis::pending_file_drain_interval: interval;
|
||||
const FileAnalysis::pending_file_timeout: interval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue