xiaoxiang781216 commented on code in PR #15597: URL: https://github.com/apache/nuttx/pull/15597#discussion_r1921113996
########## 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: do you review the recent change from @yamt : https://github.com/apache/nuttx/pull/14597 https://github.com/apache/nuttx/pull/13498 https://github.com/apache/nuttx/pull/12674 it's impossible to implement the multi-segment data transfer on read(recv)/write(send) without the additional allocation. -- 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