Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Vivek Yadav, an engineering manager from ...
In .NET 2.0, the System.Net.Sockets.Socket class now includes a SendTimeout parameter, so you could easily handle it if you upgraded. If you want to do it in 1.1, then you will probably have to ...
Working with BSD sockets in C++, what is the easiest way to send to a packet of mixed data? I know it's simple to send an int, or a string, but how do you do both? something like:<BR>send(a_nint + ...