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/06/27 07:37:43 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6529: net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout

pkarashchenko commented on PR #6529:
URL: https://github.com/apache/incubator-nuttx/pull/6529#issuecomment-1166993995

   @xiaoxiang781216 please fix
   ```
   tcp/tcp_send_unbuffered.c: In function 'psock_tcp_send':
   Error: tcp/tcp_send_unbuffered.c:683:31: error: 'ETIMEOUT' undeclared (first use in this function); did you mean 'ETIMEDOUT'?
     683 |                   if (ret == -ETIMEOUT)
   ```


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