[lwip-users] pbuf flag definition: PBUF_FLAG_LINK_BROADCAST

0 views
Skip to first unread message

Kevin

unread,
Nov 13, 2009, 9:51:27 PM11/13/09
to lwip-...@nongnu.org
Hi, all:

I find a pbuf flag in lwip1.1.0: which is as this:
#define PBUF_FLAG_LINK_BROADCAST 0x80U

I assume it flags a broadcast message in the pbuf. Right?

While in lwip1.3.0, I cannot find this flag. My question is:
How lwip1.3.0 tells that it is a broadcast message in pbuf? Is there a relevant flag for broadcast message?

Thanks!

Regards,
Kevin

gold...@gmx.de

unread,
Nov 14, 2009, 4:50:51 AM11/14/09
to Mailing list for lwIP users
Kevin wrote:
> Hi, all:
>
> I find a pbuf flag in lwip1.1.0: which is as this:
> #define PBUF_FLAG_LINK_BROADCAST 0x80U
>
> I assume it flags a broadcast message in the pbuf. Right?
At least that's what the comment said it would...

>
> While in lwip1.3.0, I cannot find this flag. My question is:
> How lwip1.3.0 tells that it is a broadcast message in pbuf? Is there a
> relevant flag for broadcast message?
I'm not totally sure why this flag has been deleted two year ago, but I
don't recall it being used in the lwIP code (I think the only protocol
that needs this information is ARP, and that can figure it out on its own).

Simon


_______________________________________________
lwip-users mailing list
lwip-...@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply all
Reply to author
Forward
0 new messages