Page 1 of 1

Message spam when hosting

Posted: 18 Sep 2009, 14:53
by Beherith
I get alot of this when hosting:
[ 11920] Network error 10035: A non-blocking socket operation could not be completed immediately

Any fix? Anything i should be worried about? If no, can this message be removed as it doesnt give me anything useful.

Re: Message spam when hosting

Posted: 18 Sep 2009, 14:57
by Auswaschbar
Here are two situations in which you might see Winsock error 10035:

* You're trying to send a massive amount of information through the socket, so the output buffer of the system becomes full.
* You're trying to send data through the socket to the remotehost, but the remotehost input buffer is full (because its receiving data slower than you're sending it).
Does it spam the whole time, or only occasionally?

Re: Message spam when hosting

Posted: 18 Sep 2009, 15:10
by Beherith
Occasionally, like 5-10 times per game, but then it does it in large blocks.