Is it the same wether I wait for a FD_WRITE msg or calling WSAIsBlocking in a loop?
Dominik
Dominik
Just send what you want, if you get a blocking error, wait and try again, if not, check how much got sent is how much you wanted to send..
thx for reply EvilHomer
Actually i solved my problem later on with the select-api using a thread for that socket stuff...
Dom
Actually i solved my problem later on with the select-api using a thread for that socket stuff...
Dom