EWOULDBLOCK 对 sendto() 有用吗?

发布于 2024-08-22 04:48:10 字数 96 浏览 5 评论 0原文

有人可以告诉我们是否 EWOULDBLOCK。 sendto() 有效吗? 如果是!请举个例子...谢谢! 如果没有的话,有没有类似接受错误的东西?

感谢您的回复

Could someone please tell us if EWOULDBLOCK. works sendto()?
If yes! please give an example ... thanks!
If not, is there anything similar to accept error?

Thanks for your replies

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

離人涙 2024-08-29 04:48:10

目前还不完全清楚你在问什么。 Google 搜索 sendto 和 EWOULDBLOCK 意味着它可以被返回,是的。理论上,套接字上的任何发送操作都可能耗尽发送缓冲区空间,这意味着操作系统必须等待,直到此类空间可用,因此 EWOULDBLOCK 是为非阻塞套接字返回的合理值。

It's not entirely clear what you're asking. A Google search for sendto and EWOULDBLOCK would imply that it can be returned, yes. Any sending operation on a socket could theoretically run out of send-buffer space, which means the operating system would have to wait until such space became available, hence EWOULDBLOCK is a reasonable value to return for a non-blocking socket.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文