Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3ADF533C.F1E95B4A@netvision.net.il> Date: Fri, 20 Apr 2001 00:06:04 +0300 From: Human X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: fcntl socket bug? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit i tried doing a fcntl on my socket to make it a non-blocking socket, however when i call accept() it blocks. i ran the same program under linux gcc and it ran just fine, therefore i guess the problem is in your compiler and not in my code (i even create a simple program that simply calls accept after fcntl()ing a socket, and that program blocked too). do you know about this? gcc -v output is: Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs gcc version 2.95.2 19991024 (release-2) -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple