From owner-freebsd-hackers  Thu Jun 29 15:33:24 2000
Delivered-To: freebsd-hackers@freebsd.org
Received: from mail.uni-bielefeld.de (mail2.uni-bielefeld.de [129.70.4.90])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6172E37B7A3; Thu, 29 Jun 2000 15:33:18 -0700 (PDT)
	(envelope-from bfischer@Techfak.uni-bielefeld.de)
Received: from frolic.no-support.loc
 (ppp36-343.hrz.uni-bielefeld.de [129.70.37.87])
 by mail.uni-bielefeld.de (Sun Internet Mail Server
 sims.4.0.2000.05.17.04.13.p6)
 with ESMTP id <0FWX007G9TBDRS@mail.uni-bielefeld.de>; Fri,
 30 Jun 2000 00:33:15 +0200 (MET DST)
Received: from broccoli.no-support.loc
 (broccoli.no-support.loc [192.168.43.99])	by frolic.no-support.loc
 (8.9.3/8.9.3) with ESMTP id AAA00666; Thu,
 29 Jun 2000 00:58:03 +0200 (CEST envelope-from bjoern@no-support.loc)
Received: (from bjoern@localhost)	by broccoli.no-support.loc (8.9.3/8.9.3)
 id AAA00606; Thu,
 29 Jun 2000 00:58:02 +0200 (CEST envelope-from bjoern@no-support.loc)
Date: Thu, 29 Jun 2000 00:58:02 +0200
From: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
Subject: socket option IP_MULTICAST_LOOP has no effect?
To: freebsd-net@FreeBSD.org, freebsd-hackers@FreeBSD.org
Message-id: <20000629005801.A251@broccoli.no-support.loc>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-disposition: inline
Content-transfer-encoding: 7BIT
User-Agent: Mutt/1.2i
Sender: owner-freebsd-hackers@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Good morning,

I got the impression that the socket option IP_MULTICAST_LOOP has
no effect on 4.0-STABLE. Multicast packages are not looped back
to the originating host. Looping back should be the default
behavior of the socket API (Stevens, Unix Network Programming).
I tried to explicitly switch it on with IP_MULTICAST_LOOP, but
it didn't work either. Of course the socket is subscribed to
the group (IP_ADD_MEMBERSHIP).

Am I missing something or should this be a bug?

  Bjoern

-- 
-----BEGIN GEEK CODE BLOCK-----
GCS d--(+) s++: a- C+++(-) UB++++OSI++++$ P+++(-) L---(++) !E W- N+ o>+
K- !w !O !M !V  PS++  PE-  PGP++  t+++  !5 X++ tv- b+++ D++ G e+ h-- y+ 
------END GEEK CODE BLOCK------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message