socket disconects WSAGetLastError()=10054
hi
i am developing a program wichs holds multi connections.
on connections with very slow speed and high packet loss + high latency the sockets may randomly disconect some sockets may stay normal while others may disconect while sending the the same server.
the send() will fail and...
WSAGetLastError() is returning 10054... is that normal on bad connections?
how can i solve this problem =/ if so.
some sockets may disconect while others still sending....
im not closing the socket on the client side... also im not slaming the connections, i call shutdown with SD_BOTH b4 closing and i dont even try to reuse the sockets closed.
it only happens in bad connections.