zephyr/subsys/net/lib/sntp
Paul Sokolovsky bcea876344 net: lib: sntp_simple: Issue multiple requests with backoff
SNTP is UDP-based protocol, and thus not reliable. Previously,
high-level aka "simple" SNTP just issues a single request via
the low-level SNTP API. Instead, send multiple requests, starting
with a small timeout, and exponential backoff, repeated within
timeout specified by user in call to sntp_simple().

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-09-13 10:40:45 +03:00
..
CMakeLists.txt net: sntp: Add convenience API for one-shot SNTP query 2019-05-10 13:44:32 +03:00
Kconfig
sntp_pkt.h
sntp_simple.c net: lib: sntp_simple: Issue multiple requests with backoff 2019-09-13 10:40:45 +03:00
sntp.c net: sntp: Ignore return value from close 2019-06-27 23:52:51 +03:00