This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Socket Programming - accept() blocking


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]