i have a client,server application... I have made the server to listen and accept a connection. The client also connects successfully
The connection works good except that i get the WSAECONNRESET error at times.
server works as
{
recv
send
}
client
{
send
recv
}
after server's send, the server's recv(supposed to block)...