Add basic structure to support multiple network interfaces

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@343 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-09-15 22:45:45 +00:00
parent 30385cbb31
commit 4923399ec0

View File

@ -1391,9 +1391,6 @@ The system can be re-made subsequently by just typing <code>make</code>.
<li> <li>
<code>CONFIG_NET_LLH_LEN</code>: The link level header length <code>CONFIG_NET_LLH_LEN</code>: The link level header length
</li> </li>
<li>
<code>CONFIG_NET_EXTERNAL_BUFFER</code>: Incoming packet buffer (uip_buf) is defined externally
</li>
<li> <li>
<code>CONFIG_NET_FWCACHE_SIZE</code>: number of packets to remember when looking for duplicates <code>CONFIG_NET_FWCACHE_SIZE</code>: number of packets to remember when looking for duplicates
</li> </li>