Skip to content

use monotonic time

Petr Špaček requested to merge monotonic-timer into master

Use monotonic time instead of real time. Real time is used only for DNSSEC validation, on-disk cache, and for module dnstap.

Function kr_now() use libuv function uv_now() which also save some system calls.

Closes: #247 (closed)

Edited by Vitezslav Kriz

Merge request reports