]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix dnstap wakeup, a running wakeup timer is left to expire and not
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 19 Jul 2024 14:16:02 +0000 (16:16 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 19 Jul 2024 14:16:02 +0000 (16:16 +0200)
commit3af4e44646444ad55ae86cf1e09862a71e9e0e66
treed78f2dd7998f543d9c61751ff116a1ae5f9bf338
parentc3dd6a2dbd516ecf0b833f0fba1b1c46d65fbf93
- Fix dnstap wakeup, a running wakeup timer is left to expire and not
  increased, a timer is started when the dtio thread is sleeping,
  the timer set disabled when the dtio thread goes to sleep, and
  after sleep the thread checks to see if there are messages to log
  immediately.
dnstap/dtstream.c
doc/Changelog
testcode/fake_event.c