btashton commented on a change in pull request #579: URL: https://github.com/apache/incubator-nuttx-apps/pull/579#discussion_r567341750
########## File path: netutils/dhcpc/Kconfig ########## @@ -29,4 +29,12 @@ config NETUTILS_DHCPC_RETRIES This setting determines how many times resolver retries request until failing. +config NETUTILS_DHCPC_BOOTP_FLAGS + hex "Flags of Bootstrap" + default 0x0 Review comment: Should the default be 0x8000 to retain broadcast as the default instead of unicast? ---------------------------------------------------------------- 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: us...@infra.apache.org