"Thread Safe" just means that the call is reentrant. There is no global or static data modified by the call. In your case, it is the socket itself that is not thread safe.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Thread: sendto() returns error 10035Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |