Files
espurna/code
Maxim Prokhorov 6bce23d23c ntp: rework internals and use namespacing
Make sure to properly clamp delay times, as the recent issue had shown
it is possible to go below the update limit. SNTP app does not do any
runtime checks, so it's up to us to enforce these limits

Update internal random number generator from raw `secureRandom()` to a custom
'std::random_device'-look-alike, where we could also use it with STL functions
(current implementation is `os_random()` aka `esp_random()`)
2021-12-18 23:40:53 +03:00
..
2019-07-11 00:34:17 +03:00
2021-12-08 18:05:25 +03:00
2019-07-11 00:34:17 +03:00
2019-07-11 00:34:17 +03:00