Windows Programming - October 2025

Winsock2: Upon partial transmission, does nonblocking send() retry until success or abandon?
 
I'm using send() with nonblocking sockets and wanted to know how to interpret its return value. According to , the return value is the number of bytes already ...
[2 replies] Last: If the return value is not SOCKET_ERROR, then only the returned number... (by seeplus)
Winsock2: How to unblock from a blocking 'connect' call?
 
I'm developing a C++ app that uses a company "Socket" library (call it XSocket). XSocket uses Winsock2 underneath the hood and the API only allows use of a bloc...
[4 replies] Last: I've decided not to use my company's library, which just wraps Winsock... (by ElusiveTau)
  Archived months: [sep2025]

This is an archived page. To post a new message, go to the current page.