mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/zeromq-handle-eintr'
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
Some checks are pending
pre-commit / pre-commit (push) Waiting to run
* origin/topic/awelzel/zeromq-handle-eintr: cluster/zeromq: Improve EINTR handling
This commit is contained in:
commit
d2cda5a68c
6 changed files with 154 additions and 13 deletions
7
CHANGES
7
CHANGES
|
@ -1,3 +1,10 @@
|
|||
8.1.0-dev.572 | 2025-09-25 13:52:46 +0200
|
||||
|
||||
* cluster/zeromq: Improve EINTR handling (Arne Welzel, Corelight)
|
||||
|
||||
When using ZeroMQ also within the Supervisor process, zmq::poll() and
|
||||
recv() were observed to return EINTR, handle these.
|
||||
|
||||
8.1.0-dev.570 | 2025-09-23 09:05:53 -0700
|
||||
|
||||
* BTests & baselines for testing selective skipping of script optimization (Vern Paxson, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue