anchao commented on code in PR #15597:
URL: https://github.com/apache/nuttx/pull/15597#discussion_r1921108863


##########
net/socket/recvmsg.c:
##########
@@ -88,11 +88,6 @@ ssize_t psock_recvmsg(FAR struct socket *psock, FAR struct 
msghdr *msg,
       return -EINVAL;
     }
 
-  if (msg->msg_iovlen != 1)

Review Comment:
   let us hold this commit. the protocol layer does not have multi-segment data 
mapping implement, so I think to resolve the multi-segment reception problem in 
VFS, rather than requiring similar changes for each protocol.



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