mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-26 09:32:31 +02:00
* - stats-shm-volley, with mesh_time_median the additions add up to the correct average that is used. * - stats-shm-volley, the stat interval is selected with offset. * - stats-shm-volley, stat totals in separate struct. The first thread zeroes it, and the last thread copies it. * - stats-shm-volley, the array is inited for a new round if one or more * - stats-shm-volley, the array is inited for a new round if one or more threads are not responsive for stat collection. * - stats-shm-volley review, typos and slightly more detailed text for comments. --------- Co-authored-by: Yorgos Thessalonikefs <yorgos@nlnetlabs.nl>