I'm trying to work with sockets, but it doesn't work properly. When I try to send 2 things, they arrive as 1. I tried with a Sleep() between it, but this didn't work as well. Does any1 knows what to do?
send(s1, "Hello!\r\n", 8,0);
Sleep(1000);
Thanx,
Smarty
send(s1, "Hello!\r\n", 8,0);
Sleep(1000);
Thanx,
Smarty