Re: broadcast over loopback

2002-12-10 Thread Charles Swiger
Joshua Graessley wrote: [ ... ] > If someone is using broadcast for a service discovery protocol instead > of multicast, they would want services, whether running locally or > remotely, to receive that broadcast. Sure, since the thing doing service discovery may not be the same as the thing (or th

Re: broadcast over loopback

2002-12-09 Thread Joshua Graessley
On Friday, December 6, 2002, at 04:15 PM, Jason Hunt wrote: Other platforms out there will handle broadcast on the loopback interface. Is it desirable to make changes to the FreeBSD stack to get this behavior? Any examples? I cannot think of a practical case where this would be required. I w

Re: broadcast over loopback

2002-12-06 Thread Jason Hunt
On Fri, 6 Dec 2002, Joshua Graessley wrote: > I am aware of the issues with broadcast, and I strongly urge people to > use multicast instead of broadcast for a variety of reasons. All the > same, I've been asked to address this issue and I wanted to understand > why FreeBSD doesn't allow broadcast

Re: broadcast over loopback

2002-12-06 Thread Joshua Graessley
Thank you for the reply Dan! I am aware of the issues with broadcast, and I strongly urge people to use multicast instead of broadcast for a variety of reasons. All the same, I've been asked to address this issue and I wanted to understand why FreeBSD doesn't allow broadcast on the loopback in

Re: broadcast over loopback

2002-12-05 Thread Dan Lukes
[EMAIL PROTECTED] wrote, On 12/05/02 20:41: Is there a reason that the broadcast flag is not set on the loopback interface? It seems like it might be useful to allow applications that use broadcast to continue to work even when loopback is the only interface. Your application shouldn't use bro