当前位置:  技术问答>linux和unix

recvfrom(): Resource temporarily unavailable

    来源: 互联网  发布时间:2016-10-28

    本文导语:  请问大家这个错误可能由哪些原因引起,请尽可能具体些 | WSAEWOULDBLOCK 10035  Resource temporarily unavailable.  This error is returned from operations on nonblocking sockets that cannot be completed immediately,...

请问大家这个错误可能由哪些原因引起,请尽可能具体些

|
WSAEWOULDBLOCK
10035 
Resource temporarily unavailable. 
This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket, since some time must elapse for the connection to be established.  

这是win下面的解释.

|
你是不是把socket设置为非阻塞模式了,这样没有数据立即可用时,会提示这个错误

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • udp socket通讯,recvfrom()一直返回-1,perror提示"recvfrom: Bad address"
  • 关于recvfrom函数的一些问题
  • recvfrom阻塞时间长了,会不会导致服务端程序不灵活?
  • [求助]如何让阻塞的信号量、recvfrom退出? iis7站长之家
  • [求助]如何让阻塞的信号量、recvfrom退出?
  • accept,recvfrom接收到奇怪的ip
  • alarm中关闭了socketfd,但是recvfrom无法知道
  • socket 编程recvfrom 问题...求教
  • recvfrom() 接收线程阻塞
  • [疑惑]UDP中的recvfrom奇怪现象,怎么保持上次sendto的内容???哪位帮解释一下
  • recvfrom是不是线程安全的?
  • 关于recvfrom和read函数的接收速率问题
  • socket编程,使用recvfrom()函数监听问题。
  • 创建了2个套接字Raw socket和socket,都调用recvfrom(),一个专门捕获数据包,一个在9001端口监听UDP请求,怎么不行?
  • recvfrom函数,已经设置好非阻塞模式,是否还存在阻塞的风险?
  • UX:ping: ERROR: recvfrom: No route to host
  • 关于网络通信中recvfrom和sendto的用法
  • Linux下的recvfrom为什么一直阻塞
  • linux下udp的recvfrom问题,大神,我需要你。。。
  • Linux网络抓包的程序 [使用recvfrom之后无限阻塞]


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3