mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote branch 'origin/topic/seth/net-stats-bif'
* origin/topic/seth/net-stats-bif: Removing a stray print statement. Changed netstats (packet loss) handling to script-land. Nice idea to pass the old data into a regular scheduled event! Conflicts: src/event.bif
This commit is contained in:
commit
6d2a89f1f8
10 changed files with 77 additions and 177 deletions
|
@ -23,10 +23,7 @@ extern EnumType* transport_proto;
|
|||
extern TableType* string_set;
|
||||
extern TableType* count_set;
|
||||
|
||||
extern RecordType* net_stats;
|
||||
|
||||
extern int watchdog_interval;
|
||||
extern double heartbeat_interval;
|
||||
|
||||
extern int max_timer_expires;
|
||||
extern int max_remote_events_processed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue