Windows Sockets 2 (Winsock) enables programmers to create advanced Internet, intranet, and other network-capable applications to transmit application data across the wire, independent of the network protocol being used
I made a socket (Winsock2) in Visual Studio Pro C++ to listen on a port for connections (TCP). It works …
c++ winsock2 listenI've seen a lot of answers here that say to use close() to destroy a socket but the guide I …
c++ sockets networking winsock2I am writing my program in Visual Studio 2010. I am unable to link a file named ws2_32.dll with my …
c visual-studio winapi linker-errors winsock2I'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 wsastartupI’ve recently started learning IOCP on Windows and been reading the following article: http://www.codeproject.com/Tips/95363/Another-TCP-echo-server-using-IOCP …
c++ windows sockets visual-c++ winsock2Im trying to make a simple program that takes in a string like www.google.com and returns the ip …
winsock winsock2 getaddrinfoI'm trying to implement TCP hole punching with windows socket using mingw toolchain. I think the process is right but …
windows tcp network-protocols winsock2 hole-punching