X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <801613440711260934j5821922r1cbb855bbbd5a3eb@mail.gmail.com> Date: Mon, 26 Nov 2007 18:34:39 +0100 From: "Tomasz Jankowski" To: cygwin AT cygwin DOT com Subject: New to cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hello! I'm completely new to cygwin (and generally to programming for the MS Windows too). I'm working on a library and I need to use some socket API in it. I decided to prepare port for win32, but it's much harder, that I thought. I found, that cygwin can make my life easier, especially a DLL provided by you. Generally I need cygwin only for network related functionality, for rest I use GLib. I have a few questions: 1. I found, that functions like sendmsg and recvmsg are available in cygwin, is it true? 2. What about IPv6, is it available in cygwin? 3. Does cygwin in some way support some other socket options, that win32 do? 4. How does the performance look? Will my library have really poorer performance if I use cygwin instead of winsock API? -- Cya! Tom -- 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/