How to track down an error code. GetLastError() == 64

G

Gordon Scott

Hi all,

Still working on my IOCP code, now I am getting everything zooming along up
to a certain point where CreateIoCompletionPort returns an error

GetLastError() == 64. Once this happens, ALL calls to ciop fail.
Something must be happening to cause the completion port to crash or stop
working.

Question is, For these obviously non-winsock error codes, how do I track
down what this error responds to. I see nothing in WINERROR.h that
corresponds to this...
 
G

Gordon Scott

A little more digging..

FormatMessage() returns "The specified network name is no longer
available" for error code 64.

My server is using IOCP to send roughly 1K of data to 1K simultaneous
sockets every 2 seconds.

any ideas of the cause?
 
G

Gordon Scott

DOH, now I feel dumb..

I was looking for the hex value 40


Regardless, any idea what could cause this error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top