xiaoxiang781216 commented on code in PR #6529: URL: https://github.com/apache/incubator-nuttx/pull/6529#discussion_r907216655
########## net/icmpv6/icmpv6_sendmsg.c: ########## @@ -415,6 +415,8 @@ ssize_t icmpv6_sendmsg(FAR struct socket *psock, FAR struct msghdr *msg, { if (ret == -ETIMEDOUT) { + ret = -EAGAIN; Review Comment: Done. ########## net/icmp/icmp_sendmsg.c: ########## @@ -424,6 +424,8 @@ ssize_t icmp_sendmsg(FAR struct socket *psock, FAR struct msghdr *msg, { if (ret == -ETIMEDOUT) { + ret = -EAGAIN; Review Comment: Done. -- 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