mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Adding uIP 1.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@310 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -235,6 +235,50 @@ CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_PREALLOC_WDOGS=4
|
||||
CONFIG_PREALLOC_TIMERS=0
|
||||
|
||||
#
|
||||
# TCP/IP support via uIP
|
||||
# CONFIG_NET_UIP - Enable or disable all uIP features
|
||||
# CONFIG_NET_UIP_IPv6 - Build in support for IPv6
|
||||
# CONFIG_UIP_MAX_CONNECTIONS - Maximum number of TCP connections
|
||||
# CONFIG_UIP_MAX_LISTENPORTS - Maximum number of listening TCP ports
|
||||
# CONFIG_UIP_BUFFER_SIZE - uIP buffer size
|
||||
# CONFIG_UIP_LOGGING - Logging on or off
|
||||
# CONFIG_UIP_UDP - UDP support on or off
|
||||
# CONFIG_UIP_UDP_CHECKSUMS - UDP checksums on or off
|
||||
# CONFIG_UIP_UDP_CONNS - The maximum amount of concurrent UDP connections
|
||||
# CONFIG_UIP_STATISTICS - uIP statistics on or off
|
||||
# CONFIG_UIP_PINGADDRCONF - Use "ping" packet for setting IP address
|
||||
# CONFIG_UIP_RECEIVE_WINDOW - The size of the advertised receiver's window
|
||||
# CONFIG_UIP_ARPTAB_SIZE - The size of the ARP table
|
||||
# CONFIG_UIP_BROADCAST - Broadcast support
|
||||
# CONFIG_UIP_LLH_LEN - The link level header length
|
||||
# CONFIG_UIP_EXTERNAL_BUFFER - Incoming packet buffer (uip_buf) is defined externally
|
||||
# CONFIG_UIP_FWCACHE_SIZE - number of packets to remember when looking for duplicates
|
||||
CONFIG_NET_UIP=y
|
||||
CONFIG_NET_UIP_IPv6=n
|
||||
CONFIG_UIP_MAX_CONNECTIONS=40
|
||||
CONFIG_UIP_MAX_LISTENPORTS=40
|
||||
CONFIG_UIP_BUFFER_SIZE=420
|
||||
CONFIG_UIP_LOGGING=y
|
||||
CONFIG_UIP_UDP=n
|
||||
CONFIG_UIP_UDP_CHECKSUMS=y
|
||||
#CONFIG_UIP_UDP_CONNS=10
|
||||
CONFIG_UIP_STATISTICS=y
|
||||
#CONFIG_UIP_PINGADDRCONF=0
|
||||
#CONFIG_UIP_RECEIVE_WINDOW=
|
||||
#CONFIG_UIP_ARPTAB_SIZE=8
|
||||
CONFIG_UIP_BROADCAST=n
|
||||
#CONFIG_UIP_LLH_LEN=14
|
||||
CONFIG_UIP_EXTERNAL_BUFFER=n
|
||||
#CONFIG_UIP_FWCACHE_SIZE=2
|
||||
|
||||
#
|
||||
# UIP Network Utilities
|
||||
# CONFIG_UIP_DHCP_LIGHT - Reduces size of DHCP
|
||||
# CONFIG_UIP_RESOLV_ENTRIES - Number of resolver entries
|
||||
CONFIG_UIP_DHCP_LIGHT=n
|
||||
CONFIG_UIP_RESOLV_ENTRIES=4
|
||||
|
||||
#
|
||||
# Stack and heap information
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user