Re: [RTnet-developers] Multicast patch

2008-04-22 Thread Gilles Chanteperdrix
On Tue, Apr 22, 2008 at 6:06 PM, Bruno Carlus <[EMAIL PROTECTED]> wrote: > Hi all, > > i'm sending you an up to date multicast patch, but not the final one (i'm > not still happy with everything yet ...!) > I've tested it but it could remain bugs ... I see many: if (!(rtdev->flags & IFF_LOOPBAC

[RTnet-developers] Multicast patch

2008-04-22 Thread Bruno Carlus
Hi all, i'm sending you an up to date multicast patch, but not the final one (i'm not still happy with everything yet ...!) I've tested it but it could remain bugs ... Bruno. Index: tools/rtifconfig.c === --- tools/rtifconfig.c (r

Re: [RTnet-developers] Multicast patch

2008-03-21 Thread Jan Kiszka
Bruno Carlus wrote: Bruno Carlus a écrit : Jan Kiszka a écrit : Bruno Carlus wrote: Hi, to test my multicast patch I tried the following piece of code, simplier than the ptp soft, to validate the modifications. The problem is that the packets are correctly sent and seemed to be received by

Re: [RTnet-developers] Multicast patch

2008-03-21 Thread Bruno Carlus
Bruno Carlus a écrit : > Jan Kiszka a écrit : >> Bruno Carlus wrote: >>> Hi, >>> >>> to test my multicast patch I tried the following piece of code, >>> simplier than the ptp soft, to validate the modifications. >>> The problem is that the packets are correctly sent and seemed to be >>> received

Re: [RTnet-developers] Multicast patch

2008-03-21 Thread Bruno Carlus
Jan Kiszka a écrit : > Bruno Carlus wrote: >> Hi, >> >> to test my multicast patch I tried the following piece of code, >> simplier than the ptp soft, to validate the modifications. >> The problem is that the packets are correctly sent and seemed to be >> received by the rtnet udp layer at the ot

Re: [RTnet-developers] Multicast patch

2008-03-21 Thread Jan Kiszka
Bruno Carlus wrote: Hi, to test my multicast patch I tried the following piece of code, simplier than the ptp soft, to validate the modifications. The problem is that the packets are correctly sent and seemed to be received by the rtnet udp layer at the other side, but never get to the socket

Re: [RTnet-developers] Multicast patch

2008-03-21 Thread Bruno Carlus
Hi, to test my multicast patch I tried the following piece of code, simplier than the ptp soft, to validate the modifications. The problem is that the packets are correctly sent and seemed to be received by the rtnet udp layer at the other side, but never get to the socket layer receiving ...

Re: [RTnet-developers] Multicast patch

2008-03-17 Thread Jan Kiszka
Bruno Carlus wrote: Hi, you can find herejoined an uptodate patch for multicast support working with current revision 1155. Thanks for re-animating this work! Please feel free to comment. The patch is based upon the old amine one. I'm still working on it and testing it ... And therefore

[RTnet-developers] Multicast patch

2008-03-17 Thread Bruno Carlus
Hi, you can find herejoined an uptodate patch for multicast support working with current revision 1155. Please feel free to comment. The patch is based upon the old amine one. I'm still working on it and testing it ... Bruno. Index: tools/rtifconfig.c =