Top "Windows-socket-api" questions

Is it possible to tell if WSAStartup has been called in a process?

I've started writing an ActiveX control that makes use of sockets. Applications that use this control may or may not …

windows winsock2 windows-socket-api wsastartup
WSA error 10048 when binding server sockets

I started with the simple server tutorial on the msdn website in order to learn how to use sockets in …

c++ multithreading sockets winsock2 windows-socket-api
Can calling WSAStartup() from several threads cause a deadlock?

I'm developing an app that has one TCP server and several UDP servers/listeners. Each server is a separate thread, …

c++ multithreading deadlock wsastartup windows-socket-api