Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winsock

winsock deprecated no warnings

visual-c++ winsock

Porting Winsock to Linux Sockets

Ensuring packet order in UDP

windows udp winsock packet

GetQueuedCompletionStatus can't dequeue IO from IOCP if the thread which originally issued the IO is blocking in ReadFile under windows 8

Is it possible to host a webserver in VBA?

vba winsock

Get IP-Address from DNS without GetHostByName

delphi sockets winapi winsock

How do I receive udp packets with winsock in c++?

c++ sockets udp 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