xiaoxiang781216 commented on code in PR #1312: URL: https://github.com/apache/incubator-nuttx-apps/pull/1312#discussion_r964921091
########## netutils/dhcpc/dhcpc.c: ########## @@ -680,6 +680,7 @@ int dhcpc_request(FAR void *handle, FAR struct dhcpc_state *presult) uint8_t msgtype; int retries; int state; + clock_t recv_begin; Review Comment: recv_begin->start/begin -- 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