|
@@ -34,13 +34,15 @@ qemu_co_sendv_recvv(int sockfd, struct iovec *iov, unsigned iov_cnt,
|
|
ret = iov_send_recv(sockfd, iov, iov_cnt,
|
|
ret = iov_send_recv(sockfd, iov, iov_cnt,
|
|
offset + done, bytes - done, do_send);
|
|
offset + done, bytes - done, do_send);
|