Search code examples
Does connect() ever fail with WSAEWOULDBLOCK for UDP (SOCK_DGRAM) sockets?...

c++winapiudpwinsockwsaasyncselect

Read More
Do UDP sockets delineate received data into distinct messages, or does recv read in as much data as ...

c++network-programmingudpwinsock

Read More
Why is my call to GetOverlappedResult hanging after cancelling an accept operation?...

winapiwinsockio-completion-ports

Read More
winsock and x64 target...

winsock

Read More
Timeout in connect() function from Winsock...

c++visual-studiosocketswinapiwinsock

Read More
Windows sockets: How to immediately detect TCP RST on nonblocking connect()?...

windowsselecttcpwinsockwinsock2

Read More
Detecting Zero Window State in Windows IOCP Server...

c++network-programmingwinsockiocp

Read More
How to correctly parse incoming HTTP requests...

c++httpparsingwinsock

Read More
Read the whole file and send it via sockets...

c++socketswinapiwinsockwinsock2

Read More
How to build a raw UDP packet in C++?...

c++socketsudpwinsockraw-sockets

Read More
The function in the thread does not output the value correctly...

c++multithreadingsfmlwinsock

Read More
Why is my socket's open port not listed by netstat?...

csocketswinapiwinsocknetstat

Read More
How to deal with SOCKET in select method?...

winsockwinsock2

Read More
Do I have to call the WSAGetLastError() twice?...

c++selectnetwork-programmingwinsock

Read More
'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS...

c++winsock

Read More
Looking for a simplest (and fastest) example of TCP socket programming for windows, c or c++...

c++windowsperformancesocketswinsock

Read More
Unresolved external symbols in <wsk.h> while building...

c++driverwinsockwindows-kernel

Read More
select() function fails in winsock...

cwinsockwinsock2posix-select

Read More
c++ winsock client cannot connect using textbox for host IP...

c++textboxip-addresswinsock

Read More
Winsock connect() hanging on one network, but not another...

c++socketswinsock

Read More
How to get internal IP, external IP and default gateway for UPnP...

cwindowslinuxwinsockip

Read More
Invalid IP address with InetPton() function...

cwindowswinapiwinsockwinsock2

Read More
How to flush route table in windows?...

windowswinsockroutes

Read More
How to determine the site protocol using url...

c++httpsportprotocolswinsock

Read More
C++ winsock connection refused when connecting to IPv4 address...

c++ipv6winsockipv4

Read More
ParseNetworkString will not parse 21DA:00D3:0000:2F3B:02AA:00FF:FE28:9C5A:8080...

winapiipv6winsock

Read More
TCP client does not detect server disconnection...

.netsocketswinsock

Read More
UDP packets are dropped when its size is less than 12 byte in a certain PC. how do i figure it out t...

windowsazuretcpudpwinsock

Read More
I can no longer create a server listening on port 64951 or 64952 under Windows 10...

windowssocketswinsockwinsock2winsockets

Read More
TCP SYN RAW socket receive packet error 10022...

c++network-programmingtcpwinsockwinsock2

Read More
BackNext