From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28493 invoked by alias); 11 May 2005 08:53:50 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 28415 invoked from network); 11 May 2005 08:53:41 -0000 Received: from unknown (HELO ns1.neotion.com) (213.186.42.156) by sourceware.org with SMTP; 11 May 2005 08:53:41 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by ns1.neotion.com (Postfix) with ESMTP id BCA22F803A for ; Wed, 11 May 2005 10:53:25 +0200 (CEST) Received: from ns1.neotion.com ([127.0.0.1]) by localhost (ns1.neotion.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11149-02-3 for ; Wed, 11 May 2005 10:53:25 +0200 (CEST) Received: from srvmail.neotion.com (mail-relay.neotion.int [192.168.3.1]) by ns1.neotion.com (Postfix) with ESMTP id 8AAD9F8001 for ; Wed, 11 May 2005 10:53:25 +0200 (CEST) Received: from localhost (localhost.atsky.fr [127.0.0.1]) by srvmail.neotion.com (Postfix) with ESMTP id 9F58A3B0019 for ; Wed, 11 May 2005 10:53:40 +0200 (CEST) Received: from srvmail.neotion.com ([127.0.0.1]) by localhost (srvmail.neotion.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09127-10 for ; Wed, 11 May 2005 10:53:39 +0200 (CEST) Received: from passerelle.neotion.int (passerelle.neotion.int [10.0.0.141]) by srvmail.neotion.com (Postfix) with ESMTP id 985AF3B0018 for ; Wed, 11 May 2005 10:53:39 +0200 (CEST) Received: from localhost (localhost.neotion.int [127.0.0.1]) by passerelle.neotion.int (Postfix) with ESMTP id 766A8B80036 for ; Wed, 11 May 2005 10:28:20 +0200 (CEST) Received: from passerelle.neotion.int ([127.0.0.1]) by localhost (passerelle.neotion.int [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06736-03 for ; Wed, 11 May 2005 10:28:20 +0200 (CEST) Received: from ArnaudC (ArnaudC.neotion.int [190.50.0.20]) by passerelle.neotion.int (Postfix) with ESMTP id 37F1C9CC014 for ; Wed, 11 May 2005 10:28:20 +0200 (CEST) From: "Arnaud Chataignier" To: Date: Wed, 11 May 2005 10:52:00 -0000 Message-ID: <00ff01c55607$601f21e0$140032be@ArnaudC> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20050510153847.98008.qmail@web42007.mail.yahoo.com> Subject: [ECOS] Multicast route table entry X-SW-Source: 2005-05/txt/msg00156.txt.bz2 I cant manage joining a multicast group (using the net package) by using setsockopt(..., IP_ADD_MEMBERSHIP, ..., ...) It seems linked to the fact that there is no route table entry for multicast. I tried adding the entry though something a call like this: ioctl(socket, SIOCADDRT, &route) but I can't find out the good way of filling the ecos_rtentry structure. Does anyone know how to proceed to use multicast in eCos ? Regards, Arnaud. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss