User profile: ElusiveTau

User info
User name:ElusiveTau
History
Joined:
Number of posts:178
Latest posts:

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. Acco...

Winsock2: How to unblock from a blocking 'connect' call?
I've decided not to use my company's library, which just wraps Winsock2's blocking sockets calls. Th...

Winsock2: How to unblock from a blocking 'connect' call?
I've been googling around a bit and have come to the same conclusion - there is no clean way to abor...

He’s dead, jim.
I still think there's a place for forums like cplusplus, even with AI. I can trust AI to give me a...

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 Winsoc...