Re: IP_MULTICAST_LOOP

2002-06-06 Thread Crist J. Clark
On Thu, Jun 06, 2002 at 02:24:47AM -0700, Vadim Egorov wrote: > > Hi guys! > > I'm playing with multicasting (-stable), and I want to disable looping back > my outgoing packets setting IP_MULTICAST_LOOP option to 0 but it doen't > have any effect. My app is liste

Re: IP_MULTICAST_LOOP

2002-06-06 Thread Vadim Egorov
Sorry guys for beeng so stupid :( But the problem still in place - it actually boils down to the multicast example from Stivens 'Unix Network Programming' - it casts and lstens to the same group. I tried it on Linux - turning IP_MULTICAST_LOOP off does blocks traffic looping, but on

Re: IP_MULTICAST_LOOP

2002-06-06 Thread Kelly Yancey
On Thu, 6 Jun 2002, Vadim Egorov wrote: > > Hi guys! > > I'm playing with multicasting (-stable), and I want to disable looping back > my outgoing packets setting IP_MULTICAST_LOOP option to 0 but it doen't > have any effect. My app is listening to the same group i

IP_MULTICAST_LOOP

2002-06-06 Thread Vadim Egorov
Hi guys! I'm playing with multicasting (-stable), and I want to disable looping back my outgoing packets setting IP_MULTICAST_LOOP option to 0 but it doen't have any effect. My app is listening to the same group it is casting. After some grepping I came across some code in netinet/i