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/09/01 04:38:05 UTC

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6974: net/usrsock: forward FIONBIO to socket level

anchao commented on code in PR #6974:
URL: https://github.com/apache/incubator-nuttx/pull/6974#discussion_r960210816


##########
net/usrsock/usrsock_ioctl.c:
##########
@@ -233,6 +234,11 @@ int usrsock_ioctl(FAR struct socket *psock, int cmd, FAR void *arg,
 errout_unlock:
   net_unlock();
 
+  if (ret == OK && cmd == FIONBIO)

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org