This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
在我的套接字 API 的 c++ 包装器中,我使用sendandrecv函数,因为它们具有(几乎)相同的签名。Linux 提供了一个 MSG_MORE 标志,它表示在发送所有部分消息之前不会发送消息。windows提供相同的功能吗?MSDN 文档告诉我只有两个标志,没有 MSG_MORE。但我不敢相信。