Closed GiedriusM closed 6 years ago
Currently lwm2m_time() and lwm2m_millis() may be affected by system time change and have jitter. Code that operates on time intervals should use monotonic clock source. Absolute time should be used only when really necessary.
lwm2m_time()
lwm2m_millis()
Linux clocks: https://linux.die.net/man/3/clock_gettime
Currently
lwm2m_time()
andlwm2m_millis()
may be affected by system time change and have jitter. Code that operates on time intervals should use monotonic clock source. Absolute time should be used only when really necessary.Linux clocks: https://linux.die.net/man/3/clock_gettime