use monotonic time
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