X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <801613440711260934j5821922r1cbb855bbbd5a3eb AT mail DOT gmail DOT com> Subject: RE: New to cygwin Date: Mon, 26 Nov 2007 17:46:37 -0000 Message-ID: <015e01c83054$4b069d90$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <801613440711260934j5821922r1cbb855bbbd5a3eb@mail.gmail.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id lAQHknii014575 On 26 November 2007 17:35, Tomasz Jankowski wrote: > 1. I found, that functions like sendmsg and recvmsg are available in > cygwin, is it true? Yep. > 2. What about IPv6, is it available in cygwin? Nope, not yet, but it's under active development at the moment. > 3. Does cygwin in some way support some other socket options, that win32 do? It supports the berkeley sockets API, but relies on the features of the underlying OS to implement it, so it cannot do anything that windows itself does not support (though it may be it more or less easy to access certain functionality using one API or the other). > 4. How does the performance look? Will my library have really poorer > performance if I use cygwin instead of winsock API? There is a bit of overhead, but not a great deal; most of cygwin's implementations of the berkeley sockets APIs are just fairly thin wrappers around calls to the underlying winsock functionality that is used to implement them. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/