You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "fjpanag (via GitHub)" <gi...@apache.org> on 2023/05/30 22:10:12 UTC

[GitHub] [nuttx] fjpanag commented on a diff in pull request #9423: udp: Fix block when devif_send fails.

fjpanag commented on code in PR #9423:
URL: https://github.com/apache/nuttx/pull/9423#discussion_r1210874313


##########
net/udp/udp_sendto_unbuffered.c:
##########
@@ -198,7 +198,8 @@ static uint16_t sendto_eventhandler(FAR struct net_driver_s *dev,
                      pstate->st_buflen, udpip_hdrsize(pstate->st_conn));

Review Comment:
   @xiaoxiang781216 What do you think of the new `devif_send` prototype?
   
   *(Ignore the build errors, soon I will fix all uses of this function, and properly test this.)*



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