mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/ncp-fixes'
* origin/topic/jsiwek/ncp-fixes: Add NCP::max_frame_size tuning option Migrate NCP analyzer to use latest analyzer API
This commit is contained in:
commit
a43c7d0691
15 changed files with 1012 additions and 39 deletions
|
@ -4810,6 +4810,12 @@ export {
|
|||
const max_frag_data = 30000 &redef;
|
||||
}
|
||||
|
||||
module NCP;
|
||||
export {
|
||||
## The maximum number of bytes to allocate when parsing NCP frames.
|
||||
const max_frame_size = 65536 &redef;
|
||||
}
|
||||
|
||||
module Cluster;
|
||||
export {
|
||||
type Cluster::Pool: record {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue