nuttxs opened a new pull request, #3155:
URL: https://github.com/apache/nuttx-apps/pull/3155

   ## Summary
   ntpclient/ntpclient.c:fix the NTP client's timeval conversion bug from 
milliseconds to microseconds.
   Avoid premature timeout due to too small microsecond assignment.
   
   ## Impact
   New Feature/Change:bugfix
   User Impact:Avoid premature timeout due to too small microsecond assignment.
   Build Impact:No new Kconfig options or build system changes.
   Hardware Impact: No
   Security: No
   Compatibility: Backward-compatible; no breaking changes.
   
   ## Testing
   1. Enable the NTP client in the configuration with the following commands:
      - CONFIG_NETUTILS_NTPCLIENT=y
      - CONFIG_SYSTEM_NTPC=y
   2. Request an abnormal NTP service to trigger a timeout, and verify it by 
packet capture tools such as tcpdump/Wireshark.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to