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 2020/02/25 13:48:58 UTC

[GitHub] [incubator-nuttx] jkivilin commented on a change in pull request #354: Fix usrsocktest

jkivilin commented on a change in pull request #354: Fix usrsocktest
URL: https://github.com/apache/incubator-nuttx/pull/354#discussion_r383888439
 
 

 ##########
 File path: net/socket/socket.c
 ##########
 @@ -113,23 +113,8 @@ int psock_socket(int domain, int type, int protocol, FAR struct socket *psock)
        */
 
       ret = g_usrsock_sockif.si_setup(psock, protocol);
-      if (ret == -ENETDOWN)
 
 Review comment:
   But does this break the dual usrsock / nuttx tcp-stack use-case? Device where connectivity can be configured to use usrsock or nuttx tcp-stack?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services