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: <03e101c13da2$60d59190$0200a8c0@lifelesswks> From: "Robert Collins" To: "=?iso-8859-1?Q?...2=AB...?=" , References: <000901c13da1$7c7d4ce0$0200a8c0 AT swan DOT atu DOT com DOT au> Subject: Re: cygwin/socket.h Date: Sat, 15 Sep 2001 14:53:35 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 15 Sep 2001 04:40:19.0381 (UTC) FILETIME=[85E95E50:01C13DA0] Download the source for cygwin1.dll and implement MSG_DONTWAIT. Rob ----- Original Message ----- From: "...2«..." To: Sent: Saturday, September 15, 2001 2:47 PM Subject: cygwin/socket.h > hi im trying to compile mod_mp3 for apache under cygwin, > its using the define flag MSG_DONTWAIT in ice.c > > i couldnt find anything in the archives about this, i noticed on > linux MSG_DONTWAIT is 0x40.. > > any advice about what i should do here? > > regards > > dan > > cygwin/socket.h > > /* Flags we can use with send/ and recv. */ > #define MSG_OOB 0x1 /* process out-of-band data */ > #define MSG_PEEK 0x2 /* peek at incoming message */ > #define MSG_DONTROUTE 0x4 /* send without using routing tables > */ > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/