X-Spam-Check-By: sourceware.org
Date: Thu, 17 Aug 2006 12:02:42 -0500
From: Brian Ford <Brian.Ford@flightsafety.com>
Reply-To: cygwin@cygwin.com
cc: cygwin@cygwin.com
Subject: RE: Cygwin 1.5.18: Problem using setsockopt() for multicast
In-Reply-To: <Pine.LNX.4.21.0608171823190.27570-100000@aass.oru.se>
Message-ID: <Pine.CYG.4.58.0608171200170.2408@PC1163-8460-XP.flightsafety.com>
References: <Pine.LNX.4.21.0608171823190.27570-100000@aass.oru.se>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Thu, 17 Aug 2006, Alessandro Saffiotti wrote:
> On Thu, 17 Aug 2006, Brian Ford wrote:
> > Oh yeah, you must call the setsockopt below after the bind on windows.
> > Search MSDN for why.
>
> Thanks a lot, this actually fixed my problem.

You're welcome.  Sorry for the initial noise.

> In case it may help someone else: I also need to make the socket
> reusable by
>
>  setsockopt(tcp_broadcast_receiver, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)

I've never had to do that, so it must be an issue with your code that
requires it to be reusable.

> and I have found that this, contrary to the IP_ADD_MEMBERSHIP case,
> must be called BEFORE I bind the socket!

Um, that makes sense, doesn't it?

-- 
Brian Ford
Lead Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained crew...

.


--
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/

