Files
bind9/lib
Michał Kępień 02063cbae2 Make dns_dt_send() call dns_dt_reopen() asynchronously
Instead of checking current dnstap output file size and potentially
synchronously calling dns_dt_reopen() upon every call to dns_dt_send():

  - call dns_dt_reopen() asynchronously by queuing an event to the task
    specified at dnstap environment creation time,

  - ensure no roll event is outstanding before checking dnstap output
    file size and potentially queuing another roll event.

This causes dnstap output files to exceed their configured size limits,
but prevents any two threads from performing the roll simultaneously
(which causes crashes).
2018-02-16 09:39:24 +01:00
..
2018-02-09 12:28:49 +11:00
2018-01-24 10:22:59 -08:00
2018-02-16 10:20:39 +11:00
2018-01-24 10:22:59 -08:00
2018-01-24 10:22:59 -08:00
2018-02-16 10:20:38 +11:00
2018-02-16 10:20:39 +11:00
2017-09-08 13:47:34 -07:00
2017-12-29 01:44:18 +00:00