Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <4D29EF232640D311A78C0008C75D8B92F28217@wntasdexg01.asd.ciena.com> From: "Prabhune, Abhijeet" To: "'cygwin-apps AT cygwin DOT com'" Cc: "'cygwin-developers AT cygwin DOT com'" Subject: Raw Socket support using Cygwin. Date: Thu, 22 Mar 2001 20:06:36 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Hi, I am developing a program which requires Raw Ip Sockets on Windows NT 4.0 I know that Winsock2 provided by Microsoft does not provide this support. Also Cygwin library is built on top of Winsock, so it probably does not provide this? However I see that Cygwin has tweaked certain parts to provide more complete unix like functionality e.g. select() call. Hence the question, does Cygwin support raw ip socket option? Looking at the code I have (version 1.1.8) I don't think so? Has anyone tried to use this? Has anyone contributed to cygwin for raw ip socket support? Is it possible to incorporate this? If yes can someone give me some pointers to start tweaking cygwin so as to get raw Ip support from NT, maybe by directly accessing IP interface of NT. Thanks, Abhijeet.