On Thu, 2006-08-24 at 14:04 +0530, revathy wrote:
> Hi,
>       Iam working in BF533 APSP Blackfin processsor. In that with respect to
> setsocketopt API:-
> 
> int setsockopt(int s, int level, int optname, const void *optval, int
> optlen);
> 
> I wanted to know whether we have supported level namely IPPROTO_IP, where we
> can do multicasting. Otherwise let me know where to enable Multicasting
> option.

lwIP doesn't support multicast in its current form.  Any multicast TCP
packets received are just dropped.  I expect the same is true for UDP,
but haven't checked.  If you want to look in the source, look for the
ip_addr_ismulticast() function - this test is used to tell if it's
multicast traffic and take suitable actions.

Kieran



 



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to