mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Fixing a number of reporter calls.
This commit is contained in:
parent
9af6c183d2
commit
a08c478079
9 changed files with 22 additions and 22 deletions
|
@ -1392,7 +1392,7 @@ const forward_remote_state_changes = F &redef;
|
|||
const PEER_ID_NONE = 0;
|
||||
|
||||
## Whether to use the connection tracker.
|
||||
const use_connection_compressor = T &redef;
|
||||
const use_connection_compressor = F &redef;
|
||||
|
||||
## Whether compressor should handle refused connections itself.
|
||||
const cc_handle_resets = F &redef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue