summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-01 18:06:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-01 18:06:15 +0000
commit5d303ec17efc511d8cfe0919a790b44e24a8aad9 (patch)
tree76c519b5903e6d1e2880f7fb0d403838f7acddac /nuttx/configs/README.txt
parent0cab5d84f146c0f6105192db5593aa4019edcdcf (diff)
downloadpx4-nuttx-5d303ec17efc511d8cfe0919a790b44e24a8aad9.tar.gz
px4-nuttx-5d303ec17efc511d8cfe0919a790b44e24a8aad9.tar.bz2
px4-nuttx-5d303ec17efc511d8cfe0919a790b44e24a8aad9.zip
Added support for socket descriptors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@318 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt41
1 files changed, 21 insertions, 20 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 3d7cc69db..ffba46227 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -208,32 +208,33 @@ defconfig -- This is a configuration file similar to the Linux
structures. The system manages a pool of preallocated
watchdog structures to minimize dynamic allocations
- 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
+ TCP/IP and UDP support via uIP
+ CONFIG_NET - Enable or disable all network features
+ CONFIG_NET_IPv6 - Build in support for IPv6
+ CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
+ CONFIG_NET_MAX_CONNECTIONS - Maximum number of TCP connections
+ CONFIG_NET_MAX_LISTENPORTS - Maximum number of listening TCP ports
+ CONFIG_NET_BUFFER_SIZE - uIP buffer size
+ CONFIG_NET_LOGGING - Logging on or off
+ CONFIG_NET_UDP - UDP support on or off
+ CONFIG_NET_UDP_CHECKSUMS - UDP checksums on or off
+ CONFIG_NET_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
+ CONFIG_NET_STATISTICS - uIP statistics on or off
+ CONFIG_NET_PINGADDRCONF - Use "ping" packet for setting IP address
+ CONFIG_NET_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)
+ CONFIG_NET_ARPTAB_SIZE - The size of the ARP table
+ CONFIG_NET_BROADCAST - Broadcast support
+ CONFIG_NET_LLH_LEN - The link level header length
+ CONFIG_NET_EXTERNAL_BUFFER - Incoming packet buffer (uip_buf)
is defined externally
- CONFIG_UIP_FWCACHE_SIZE - number of packets to remember when
+ CONFIG_NET_FWCACHE_SIZE - number of packets to remember when
looking for duplicates
UIP Network Utilities
- CONFIG_UIP_DHCP_LIGHT - Reduces size of DHCP
- CONFIG_UIP_RESOLV_ENTRIES - Number of resolver entries
+ CONFIG_NET_DHCP_LIGHT - Reduces size of DHCP
+ CONFIG_NET_RESOLV_ENTRIES - Number of resolver entries
Stack and heap information