Dsdplus tcp error

Status
Not open for further replies.

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
7,653
Location
Suffolk County NY
Though I am decoding dmr, and hearing clear audio, I see in the window the following.

Listening on TCP port 20001
Accepted connection from localhost on port 52384
TCP error = 10035
[A non-blocking socket operation could not be completed immediately]

Listening on TCP port 20001
Accepted connection from localhost on port 52386

Etc Etc


Whats causing this and how do I fix it?

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.
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,643
Location
Toronto, Ontario
I've seen that on an underpowered/overloaded PC that just wasn't keeping up. You could try checking in Windows Task Manager and see what's what.
 

sandman20

Member
Premium Subscriber
Joined
Apr 27, 2010
Messages
18
Location
Australia
I am also getting this error since using the fast lane program using the Airspy R2, I never had any problems with the public release version. Did you fix the problem Dave3825.
 
Status
Not open for further replies.
Top