lwip-devel
[Top][All Lists]
Advanced

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

RE: RE : [lwip-devel] [bug #26309] Implement SOF_BROADCAST


From: Stephane Lesage
Subject: RE: RE : [lwip-devel] [bug #26309] Implement SOF_BROADCAST
Date: Fri, 24 Apr 2009 14:43:46 +0200

 

> I still have a question, according to
> http://www.opengroup.org/pubs/online/7908799/xns/setsockopt.html
> 
> SO_BROADCAST is only for sending broadcast messages, not for 
> filtering broadcast packets on reception.
> Or is there another doc describing this behavior ?

I've been googling around and found this:
http://lkml.indiana.edu/hypermail/linux/net/0703.0/0024.html

So if you don't want to receive broadcast traffic,
you should not bind your socket to IPADDR_ANY,
but to your interface IP address.

-- 
Stéphane LESAGE
ATEIS International




reply via email to

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