lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9612] Bugfix: sntp server IP address not always sav


From: Tom Ferrin
Subject: [lwip-devel] [patch #9612] Bugfix: sntp server IP address not always saved after DNS lookup
Date: Thu, 5 Apr 2018 00:22:22 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #4, patch #9612 (project lwip):

Having access to the IP address(es) currently being used by the SNTP app is
all about monitoring SNTP performance and is especially useful when multiple
servers are configured. The DNS address cache doesn't come into play at all,
except with respect to this bug fix. If the NTP server's address was in the
cache, then the SNTP app correctly noted the address. If it was not in the
cache, then the addr saved by SNTP was 0.0.0.0 and thus is not useful for
monitoring SNTP performance differences among servers. SNTP always uses the IP
address returned by the DNS server on each new NTP request, so the local copy
is not relied on for proper operation of the protocol. Note that the default
interval between time synchronization requests (SNTP_UPDATE_DELAY) is usually
60 minutes or more, so in an active network environment it is unlikely that
the NTP server address will still be in the DNS cache and thus, prior to this
bugfix, the address saved by SNTP was always 0.0.0.0. This bug fix only
ensures that a valid address is saved by SNTP regardless of whether or not it
was cached by the DNS server or had to be resolved through a DNS transaction. 
 

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9612>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]