Ryan wrote:

if ((s_curr = accept(s, (struct sockaddr *) &pin, &addrlen)) == -1) {
printf("ERROR: accept\n");
}


printf("Connection Received\n");

You'll have to quote a *little bit* more of the program (e.g. what you have initialized pin and addrlen with, and what calls you have made before that (socket(), bind(), etc.)



-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/



Reply via email to