Event Id | 10129 |
Source | Winsock |
Description | Socket is already connected. |
Event Information | According to Microsoft: EXPLANATION: The current operation is unnecessary. A connect request was made on an already connected socket. USER ACTION: Contact the vendor of the application. They might have a software patch to fix the problem. For developers, make your application more portable with datagram sockets do not use connect() and sendto() on the same datagram socket in an application, and always "disconnect" before calling connect() more than once. With datastream sockets, do not call connect() more than once (use select() (or WSAAsyncSelect() to detect connection completion). |
Reference Links | Socket is already connected |
Catch threats immediately
We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.