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 2022/07/07 08:14:36 UTC

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request, #1215: dhcpc: Rename timeout Kconfig

yamt opened a new pull request, #1215:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1215

   ## Summary
   
   NETUTILS_DHCPC_RECV_TIMEOUT -> NETUTILS_DHCPC_RECV_TIMEOUT_MS
   
   Recently its unit has been changed from second to millisecond. [1]
   Using the same Kconfig name for a different meaning is a pitfall
   for an upgrade. I was using 3ms timeout because of this.
   
   This commit renames it so that at least the default value
   is used for a careless user like me.
   
   [1]
   ```
   commit 8fd4b6105be2a535ecea2312858602d9ffa4e670
   Author: zrrong <zr...@bouffalolab.com>
   Date:   Fri May 27 11:35:23 2022 +0800
   
       netutils/dhcpc: Change the timeout unit to milliseconds
   ```
   
   
   
   ## Impact
   
   ## Testing
   
   


-- 
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-unsubscribe@nuttx.apache.org

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


[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1215: dhcpc: Rename timeout Kconfig

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


-- 
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-unsubscribe@nuttx.apache.org

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