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_LOOPBACK) && (rtdev->flags & IFF_MULTICAST)) why not: if (rtdev->flags & (IFF_LOOPBACK | IFF_MULTICAST) == IFF_MULTICAST) ? -- Gilles ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ RTnet-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rtnet-developers

