Non blocking socket send

G

Guest

Hi all,

under heavy load i get a SocketException when calling socket.Send method on
non blocking socket with error code 10035 WSAEWOULDBLOCK.

my question is , how do i know the number of bytes that was successfully
send (though there was an exception) so i will not have to send the whole
buffer again ?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top