mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
iomanager/Poll: Add zero-timeout timeout_src also when there's other events ready
This would generally happen the next loop iteration around anyway, but seems nice to ensure a zero timeout source will be processed at the same time as sources with ready FDs.
This commit is contained in:
parent
f3fcaf776c
commit
5f1a85803a
2 changed files with 11 additions and 1 deletions
|
@ -8591,7 +8591,6 @@ XXXXXXXXXX.XXXXXX tcp_options
|
|||
XXXXXXXXXX.XXXXXX raw_packet
|
||||
[0] p: raw_pkt_hdr = [l2=[encap=LINK_ETHERNET, len=66, cap_len=66, src=cc:b2:55:f4:62:92, dst=58:b0:35:86:54:8d, vlan=<uninitialized>, inner_vlan=<uninitialized>, eth_type=2048, proto=L3_IPV4], ip=[hl=20, tos=0, len=52, id=50798, ttl=242, p=6, src=17.167.150.73, dst=192.168.133.100], ip6=<uninitialized>, tcp=[sport=443/tcp, dport=49655/tcp, seq=2319610143, ack=3289393380, hl=32, dl=0, reserved=0, flags=18, win=8190], udp=<uninitialized>, icmp=<uninitialized>]
|
||||
|
||||
XXXXXXXXXX.XXXXXX event_queue_flush_point
|
||||
XXXXXXXXXX.XXXXXX event_queue_flush_point
|
||||
XXXXXXXXXX.XXXXXX event_queue_flush_point
|
||||
XXXXXXXXXX.XXXXXX new_packet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue