Quantcast
Channel: Online How To » Socket
Viewing all articles
Browse latest Browse all 3

Asynchronous Socket Class Win32 API

$
0
0
I created this class while trying to avoid having recv hang/block indefinitely in a simple client application I was working on, without using MFC. recv can hang for a variety of reasons most common is untimely calling of recv or calling it when the remote server doesn\”t send data it was supposed to send, e.g.: […]

Viewing all articles
Browse latest Browse all 3