xiaoxiang781216 commented on code in PR #15597: URL: https://github.com/apache/nuttx/pull/15597#discussion_r1921088240
########## fs/v9fs/Kconfig: ########## @@ -21,4 +21,9 @@ config V9FS_VIRTIO_9P depends on DRIVERS_VIRTIO default n +config V9FS_SOCKET_9P Review Comment: but viritio is V9FS_VIRTIO_9P ########## 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: it's the work for the furture improvement, your contribution is welcome. -- 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