If I create a Listening socket and afterr other client Socket connected, I do accept(socket2)
I have connection
socket2------clientSocket
When I send messages from clientSocket 2 seocket2, and nothing more and i send less than each 200 ms, it crashes, but, when I after each Received Cstring on socket2 do a RESPONSE, I can send each 2 ms, and it works fine.
Why could that be?
thx
bubo
I have connection
socket2------clientSocket
When I send messages from clientSocket 2 seocket2, and nothing more and i send less than each 200 ms, it crashes, but, when I after each Received Cstring on socket2 do a RESPONSE, I can send each 2 ms, and it works fine.
Why could that be?
thx
bubo