mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Change default value of peer_description "zeek"
This commit is contained in:
parent
be091271f7
commit
2fa74e4bcb
40 changed files with 797 additions and 787 deletions
|
@ -4759,7 +4759,7 @@ const packet_filter_default = F &redef;
|
|||
const sig_max_group_size = 50 &redef;
|
||||
|
||||
## Description transmitted to remote communication peers for identification.
|
||||
const peer_description = "bro" &redef;
|
||||
const peer_description = "zeek" &redef;
|
||||
|
||||
## The number of IO chunks allowed to be buffered between the child
|
||||
## and parent process of remote communication before Zeek starts dropping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue