Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSocket::Send freezes application

Status
Not open for further replies.

cpfc

Programmer
Aug 4, 2003
23
GB
Hello...

When I call CSocket::Send the first time the application don't freeze, but when I call Send again the application freezes until the socket I'm sending the new buffer to receives the first buffer...

Is there anyway to detect if the other computer as yet received the intended buffer or at least released the buffer from my network card (or however it works)?

Hope that makes sence and thanks in advance...
 
>> when I call Send again the application freezes until the
>> socket I'm sending the new buffer to receives the first buffer...

That should not happen, there must be something else going on.

This thread is off-topic for this forum CSocket is not a Windows API it is MFC try posting your question with more information in the Microsoft Visual C++ forum: forum116

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top