This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: accept() blocks


Hi folks,

Thanks for everyone who sent me advice about the blocking
accept(), but I found out what it was. An obscure #ifdef
chain was making it use fcntl. When I changed to ioctl
with FIONBIO it worked fine -- well, almost, there's still
a problem with the alarms but I'm checking this.

Best,
--Kiko.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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