winsock send blocks
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there I have a strange problem. I call the send function to send some bytes from a TCP sockets. The sends command blocks until the socket receives a packet from the other side. MSDN mentions that send blocks only if there is no buffer space in TCP stack. But I only send 100bytes (plus there is no other network traffic) Any ideas Thanx