-
Forgive my poor code reading skills, I don't understand the I think it works like this. After creating an Then call The Is that correct? |
Beta Was this translation helpful? Give feedback.
Answered by
axboe
Jan 6, 2025
Replies: 1 comment 2 replies
-
That is correct, or until the socket is full and it can't send more. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, if you are using it to serialize writes on a single socket, you'd want one per socket. For the recv side, using per-size grouping makes more sense.