RE: FD_SETSIZE and select

2004-02-03 Thread Thomas Chadwick
FWIW, I did a little plumbing regarding select and FD_SETSIZE when packaging x2x. The thread preceeding this post might be of some interest... http://www.cygwin.com/ml/cygwin-xfree/2002-07/msg00607.html From: Alexander Gottwald [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED

FD_SETSIZE and select

2004-02-03 Thread Alexander Gottwald
Hi, The Cygwin/X source uses the assumption that FD_SETSIZE == 256 in many places. I'm currently adding a -DFD_SETSIZE=256 to the build commandline but I'm not sure if this has any sideeffects. Is select() capable of handling other sizes than 64 which is set in sys/types.h? bye ago BTW:

FD_SETSIZE and select

2004-02-03 Thread Alexander Gottwald
Hi, The Cygwin/X source uses the assumption that FD_SETSIZE == 256 in many places. I'm currently adding a -DFD_SETSIZE=256 to the build commandline but I'm not sure if this has any sideeffects. Is select() capable of handling other sizes than 64 which is set in sys/types.h? bye ago BTW: