Skip to content
Snippets Groups Projects
Commit a6c87bf9 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

Use ev_monotonic_now/time instead of ev_now/time for timeouts

We should use ev_monotonic_now()/ev_monotonic_time() instead of
ev_now()/ev_time() for calculating timeouts, because the latter
are affected by system time changes so that using them for timeouts
can lead to unexpected hangs in case system time changes.

Needed for #2527
parent 230cef34
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment