Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winsock2

HTTP in C: Why do I have to call recv() multiple times?

c sockets http web winsock2

Winsock2, client-server communication - send/recv in turns

c++ winsock send winsock2 recv

ws2_32.lib vs. libws2_32.a, what's the difference and how to link libws2_32 to NB project?

c++ dll netbeans linker winsock2

Problem using Connect(), send(), recv, with UDP sockets

c++ c winsock2

Redirect IO of process to Windows socket

c++ windows winsock winsock2

How to use getaddrinfo()?

SChannel/SSL implementation?

c++ winapi ssl winsock2 schannel

Do I actually have to link Ws2_32.lib?

c++ c winapi winsock winsock2

C Sockets: Avoiding garbage when socket is closed

Winsock2 - How to use IOCP on client side

How does Winsock2 listen() blocks?

is winsock2 thread safe?

c++ multithreading winsock2

boost::asio::io_service crash in win_mutex lock

socket() return -1 but errno 0

When using IOCP, should I set WSAOVERLAPPED's hEvent to NULL or to a valid handle to a WSAEVENT object?

c++ sockets winsock2 iocp

Why does MinGW-w64 require winsock2 to be manually included?

c++ windows winsock2 mingw-w64

Why am I getting linker errors for ws2_32.dll in my C program?

Boost::asio winsock and winsock 2 compatibility issue