aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 04:29:48 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 04:29:48 +0000
commit5119467c0f090b90cdbff4718c407cbd7d2be905 (patch)
tree169eba62ea88dd06cf94ac5be9f41f478fcac7ff /nuttx/net
parent8269f5320b2ddae57c42e44dfeb03ebceebe995b (diff)
downloadpx4-firmware-5119467c0f090b90cdbff4718c407cbd7d2be905.tar.gz
px4-firmware-5119467c0f090b90cdbff4718c407cbd7d2be905.tar.bz2
px4-firmware-5119467c0f090b90cdbff4718c407cbd7d2be905.zip
Remove several unused configuration values
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5113 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 3d39dc1d7..d8e7e1b04 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -64,9 +64,10 @@ config NSOCKET_DESCRIPTORS
config NET_NACTIVESOCKETS
int "Max socket operations"
+ default 16
---help---
Maximum number of concurrent socket operations (recv, send, etc.).
- Default: NET_TCP_CONNS+NET_UCP_CONNS
+ Default: 16
config NET_SOCKOPTS
bool "Socket options"
@@ -238,8 +239,12 @@ config NET_STATISTICS
config NET_RECEIVE_WINDOW
int "Receive window size"
+ default 562
---help---
- The size of the advertised receiver's window
+ The size of the advertised receiver's window. Should be set low
+ (i.e., to the size of the NET_BUFSIZE) if the application is slow
+ to process incoming data, or high (32768 bytes) if the application
+ processes data quickly.
config NET_ARPTAB_SIZE
int "ARP table size"
@@ -260,11 +265,6 @@ config NET_MULTICAST
---help---
Outgoing multi-cast address support
-config NET_FWCACHE_SIZE
- int "FW cache size"
- ---help---
- Number of packets to remember when looking for duplicates
-
config NET_SLIP
bool "SLIP support"
default n