summaryrefslogtreecommitdiff
path: root/nuttx/net/iob
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-12 13:32:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-12 13:32:07 -0600
commita686eede88b28e293f519ca4d609de67de9c07c5 (patch)
treec09c392ab5bbd5fb3805d5b6ee1f302cd434288e /nuttx/net/iob
parentbd1acba7764f7ff8dd6509008b5f4964588c0c64 (diff)
downloadpx4-nuttx-a686eede88b28e293f519ca4d609de67de9c07c5.tar.gz
px4-nuttx-a686eede88b28e293f519ca4d609de67de9c07c5.tar.bz2
px4-nuttx-a686eede88b28e293f519ca4d609de67de9c07c5.zip
Cosmetic plus some configuration default changes
Diffstat (limited to 'nuttx/net/iob')
-rw-r--r--nuttx/net/iob/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/iob/Kconfig b/nuttx/net/iob/Kconfig
index a82e1c174..f7793afa8 100644
--- a/nuttx/net/iob/Kconfig
+++ b/nuttx/net/iob/Kconfig
@@ -14,7 +14,7 @@ if NET_IOB
config IOB_NBUFFERS
int "Number of pre-allocated network I/O buffers"
- default 16
+ default 24
---help---
Each packet is represented by a series of small I/O buffers in a
chain. This setting determines the number of preallocated I/O
@@ -22,7 +22,7 @@ config IOB_NBUFFERS
config IOB_BUFSIZE
int "Payload size of one network I/O buffer"
- default 256
+ default 196
---help---
Each packet is represented by a series of small I/O buffers in a
chain. This setting determines the data payload each preallocated