Replies: 1 comment
-
Moved this to #1001 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For network data streaming, if I submit two send requests on the same socket, can I assume that the first request will always be sent first even if I don't use IOSQE_IO_LINK?
For correctness, it appears that MSG_WAITALL needs to be set in this case (otherwise a partial send can cause stream corruption). But it's not clear from the man page if IOSQE_IO_LINK is also necessary.
Beta Was this translation helpful? Give feedback.
All reactions