WSAEFAULT error on accept()
I'm working my way through Network Programming for Windows Second Edition and the very first complete example seems to be failing on my when I run it. The TCP server gives me:
"accept failed with error 10014"
I've taken 10014 to be WSAEFAULT from the definitions in winsock2.h but can't seem to find anything useful on it in either the book or MSDN. Is there something wrong with the following code?
This doesn't seem to make sense. Thanks much in advance.
EDIT: removed code as it is from the book
[edited by - woodsman on January 19, 2004 2:51:59 PM]
If a plant cannot live according to its nature, it dies; so a man.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement