Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winsock

WinSock.h & WinSock2.h which to use?

windows sockets tcp ip winsock

Why are there WSA pendants for socket(), connect(), send() and so on, but not for closesocket()?

c++ winapi sockets winsock

Do I need to close a socket?

sockets tcp winsock

Rejecting a TCP connection before it's being accepted?

tcp winsock

How does WSAStartup function initiates use of the Winsock DLL?

Determine between socket and fd

Substitute for forking in windows

c++ winapi gcc winsock fork

git pull fails with "Either the application has not called WSAStartup, or WSAStartup failed"

C - Undefined Reference to WSAStartup@8'

winsock compiling error, it cant find the addrinfo structures and some relating functions

c++ gcc winsock

how to link winsock in cmake?

c++ cmake winsock

How long does a UDP packet stay at a socket?

c windows winapi sockets winsock

How to set up a Winsock UDP socket?

c++ winapi sockets udp winsock

Delphi, How to get all local IPs?

delphi winsock ip

Is there a difference between <winsock.h> and <winsock2.h>?

c++ winsock

How to flush route table in windows?

windows winsock routes

Is sending data via UDP sockets on the same machine reliable?

c windows sockets udp winsock

How do I retrieve an error string from WSAGetLastError()?

c winapi sockets winsock

What exactly do socket's Shutdown, Disconnect, Close and Dispose do?

Do I have to bind a UDP socket in my client program to receive data? (I always get WSAEINVAL)

c++ winsock