@ -2983,7 +2983,7 @@ void socket_send(int length) {
struct sockaddr_in serv_addr;
// char *hello = "Hello from client";
// char buffer[1024] = {0};
error_count = 0;
// error_count = 0;
if ((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) {
printf("\n Socket creation error \n");
error = 1;
Powered by TurnKey Linux.