mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
14 lines
502 B
Text
14 lines
502 B
Text
##! Declaration of various scripting-layer constants that the Bro core uses
|
|
##! internally. Documentation and default values for the scripting-layer
|
|
##! variables themselves are found in :doc:`/scripts/base/init-bare`.
|
|
|
|
const ignore_keep_alive_rexmit: bool;
|
|
const skip_http_data: bool;
|
|
const parse_udp_tunnels: bool;
|
|
const use_conn_size_analyzer: bool;
|
|
const report_gaps_for_partial: bool;
|
|
|
|
const NFS3::return_data: bool;
|
|
const NFS3::return_data_max: count;
|
|
const NFS3::return_data_first_only: bool;
|
|
|