mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() lws_now_usecs() uses monotonic time now. It's not sync'd with wallclock time and the two can't be mixed. Switch to gettimeofday which is nonmonotonic and use also for fractional time to avoid fractional secs in logs being unrelated to integer seconds boundary. |
||
---|---|---|
.. | ||
alloc.c | ||
buflist.c | ||
context.c | ||
libwebsockets.c | ||
logs.c | ||
lws_dll.c | ||
lws_dll2.c | ||
private-lib-core.h | ||
vfs.c |