--- In [email protected], Ravi Mishra <ravics...@...> wrote: > > ret = sendto(var->socket_id, var->outBuff, var->frameLen, 0, > (struct sockaddr *) &saddr, sizeof(saddr));
Have you printfed the values of socket_id and frameLen to check they are ok ie. not corrupted? (I know you check for frameLen==0, but what if it is very big?)
