Socket Programming - accept() blocking
Shankar Unni
shankarunni@netscape.net
Wed Dec 1 22:07:00 GMT 2004
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/
More information about the Cygwin
mailing list