I am using sendto system to write
data to a socket on which the server is waiting on a select system call.
The first time my client writes data to the socket, the select system call on the server side returns but later again in a loop I write data to the same socket and for some reason the select call in the server does not seem to return. Please help me on this if anybody has any insight
Thanks
N