Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winsock2

Unexpected WSA_IO_PENDING from blocking (with overlapped I/O attribute) Winsock2 calls

Can backlog value, that is passed to listen() call, be modified later on without closing the listening socket in Winsock2 C++ on Windows?

c++ sockets winsock2

TCP Winsock: accept multiple connections/clients

c++ sockets winapi tcp winsock2

Winsock send() always returns error 10057 in server

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

Boost::asio winsock and winsock 2 compatibility issue