You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/07/17 03:59:54 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #335: netutils: netclient: Introduce CONFIG_NETUTILS_NTPCLIENT_WITH_AUTH

masayuki2009 opened a new pull request #335:
URL: https://github.com/apache/incubator-nuttx-apps/pull/335


   ## Summary
   
   - I found that some NTP servers did not respond with ntpclient
   - Finally, I found that authentication headers in NTP packet are not implemented correctly, so some NTP servers could not send a response.
   - This PR introduces to CONFIG_NETUTILS_NTPCLIENT_WITH_AUTH to implement authentication in the future. (the current default value is false)
   
   ## Impact
   
   - This PR affects ntpclient.
   
   ## Testing
   
   - I tested this PR with CONFIG_NETUTILS_NTPCLIENT_SERVER="162.159.200.1" 
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #335: netutils: netclient: Introduce CONFIG_NETUTILS_NTPCLIENT_WITH_AUTH

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #335:
URL: https://github.com/apache/incubator-nuttx-apps/pull/335


   


----------------------------------------------------------------
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.

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