X-Spam-Check-By: sourceware.org Message-ID: <4578699D.5040605@comcast.net> Date: Thu, 07 Dec 2006 14:21:01 -0500 From: Lucas Charron User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Winsock Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 I'm using C::B(http://www.codeblocks.org) over cygwin. I'm testing a socket stream library of my own creation (using Winsock2). My "server" is currently a simple HTTP server (sends out a blank html page saying "you are here"). I can connect to my listening socket from within the same process and transmit data to and from the "server" and "client", but, if I try to use a web-browser, I get "This connection was denied" and the server application has no notification of anything even trying to connect. I've checked all of windows' firewall settings (firewall is disabled). I've also tryed binding to my external IP and to my loopback. I've tryed binding to "0.0.0.0". Somewhere, my connection is being rejected. I've checked the windows log files for dropped packets, and nothing. I'm at my wits end. All sockets functions return normally, there are no errors that windows is reporting. This is either a Windows or Cygwin problem, but I can't figure it out. If anyone has any idea whats going on, please tell me. --Luke -- 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/