pkarashchenko commented on a change in pull request #5006:
URL: https://github.com/apache/incubator-nuttx/pull/5006#discussion_r769670134



##########
File path: net/tcp/tcp_send_buffered.c
##########
@@ -1040,7 +1040,7 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR 
const void *buf,
       goto errout;
     }
 
-  if (psock->s_type != SOCK_STREAM || !_SS_ISCONNECTED(psock->s_flags))

Review comment:
       Why `!_SS_ISCONNECTED(psock->s_flags)` is removed from condition here?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to