Add multicast support

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1307 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-26 13:39:09 +00:00
parent a116a38589
commit 6fec29f111

View File

@ -304,7 +304,8 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's CONFIG_NET_RECEIVE_WINDOW - The size of the advertised receiver's
window window
CONFIG_NET_ARPTAB_SIZE - The size of the ARP table CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
CONFIG_NET_BROADCAST - Broadcast support CONFIG_NET_BROADCAST - Incoming UDP broadcast support
CONFIG_NET_MULTICAST - Outgoing multi-cast address support
CONFIG_NET_LLH_LEN - The link level header length CONFIG_NET_LLH_LEN - The link level header length
CONFIG_NET_FWCACHE_SIZE - number of packets to remember when CONFIG_NET_FWCACHE_SIZE - number of packets to remember when
looking for duplicates looking for duplicates