Re: Multicast on loopback?

2001-02-14 Thread Alan Cox
> I read that multicast loopback is by default enabled, and I have witnessed > this, when having my application bind to my ethernet interface, but the > datagrams do not seem to be looped back when I bind to the 'lo' interface. I wouldnt expect them to be. The lo interface does no

Re: Multicast on loopback?

2001-02-14 Thread Erik G. Burrows
> > locally over the loopback interface. This does not work without adding a > > bogus route statement to get the kernel to hand up the packets from > > loopback to my waiting application. > > The multicast ABI includes the ability to toggle loopback of multicast >

Re: Multicast on loopback?

2001-02-14 Thread Erik G. Burrows
locally over the loopback interface. This does not work without adding a bogus route statement to get the kernel to hand up the packets from loopback to my waiting application. The multicast ABI includes the ability to toggle loopback of multicast datagrams. Use the socket options

Re: Multicast on loopback?

2001-02-14 Thread Alan Cox
I read that multicast loopback is by default enabled, and I have witnessed this, when having my application bind to my ethernet interface, but the datagrams do not seem to be looped back when I bind to the 'lo' interface. I wouldnt expect them to be. The lo interface does not support

Re: Multicast on loopback?

2001-02-13 Thread Alan Cox
> locally over the loopback interface. This does not work without adding a > bogus route statement to get the kernel to hand up the packets from > loopback to my waiting application. The multicast ABI includes the ability to toggle loopback of multicast datagrams. Use the socket option

Multicast on loopback?

2001-02-13 Thread Erik G. Burrows
In developing multicast applications, I would like to be able to test locally over the loopback interface. This does not work without adding a bogus route statement to get the kernel to hand up the packets from loopback to my waiting application. This route statement is not necessary with

Multicast on loopback?

2001-02-13 Thread Erik G. Burrows
In developing multicast applications, I would like to be able to test locally over the loopback interface. This does not work without adding a bogus route statement to get the kernel to hand up the packets from loopback to my waiting application. This route statement is not necessary with