lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] lwip-cvs-20020108 errors


From: Adam Dunkels
Subject: [lwip-users] Re: [lwip] lwip-cvs-20020108 errors
Date: Wed, 08 Jan 2003 22:37:59 -0000

Hi Leon!

On Wednesday 09 January 2002 10.54, you wrote:
> Does someone know what the 255.255.255.255 broadcast address is expected to
> address?

All hosts on the local network, including routers.

> When sending to 255.255.255.255, does it mean sending out on all
> interfaces?
> In developing my own IP stack, I could not find a clear RFC reference on
> this.

FreeBSD does not send it out on all interfaces, but only on the default 
interface. That seems like a good solution to me - in fact, this is how lwIP 
does it as well. Since the destination address doesn't match any of the 
network interfaces' addresses, it sends it out on the default interface.

/adam
-- 
Adam Dunkels <address@hidden>
http://www.sics.se/~adam
[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]