mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
NEWS: main-loop changes around zero-timeout sources
This commit is contained in:
parent
38c4611c7e
commit
2b14503c3d
1 changed files with 11 additions and 0 deletions
11
NEWS
11
NEWS
|
@ -112,6 +112,17 @@ Changed Functionality
|
|||
``--disable-port-prealloc`` will disable the preallocation and enable the map
|
||||
lookup version.
|
||||
|
||||
- The main-loop has been changed to process all ready IO sources with a
|
||||
zero timeout in the same loop iteration. Previously, two zero-timeout
|
||||
sources would require two main-loop iterations. Further, when the main-loop
|
||||
is polling IO sources with file descriptors, zero timeout IO sources are
|
||||
added to the list of sources to be processed as well.
|
||||
|
||||
The intervals to decide when FD based IO sources are checked for readiness
|
||||
have been made configurable through ``io_poll_interval_default`` and
|
||||
``io_poll_interval_live`` for ease of testing, development and debugging
|
||||
of the main-loop.
|
||||
|
||||
Zeek 5.2.0
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue