1 parent 183b3e0 commit cfb5174Copy full SHA for cfb5174
1 file changed
man/io_uring_prep_recvmsg.3
@@ -52,8 +52,8 @@ Therefore each CQE will take a buffer out of a provided buffer pool for receivin
52
The application should check the flags of each CQE, regardless of its result.
53
If a posted CQE does not have the
54
.B IORING_CQE_F_MORE
55
-flag set then the multishot receive will be done and the application should issue a
56
-new request.
+flag set, then the multishot receive is done and the application must issue a
+new request if it still wishes to receive data from the socket.
57
58
Unlike
59
.BR recvmsg (2),
0 commit comments