summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-21 08:54:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-21 08:54:51 -0600
commit53780a7956316b463230e20a80a6a9b1e3d05bf1 (patch)
tree8dd5f79aee0eb37ad7c4871b6aacb1a9e66f35c7
parent879eb35595adb7b2198019d77e798e3f9dc691ff (diff)
downloadnuttx-53780a7956316b463230e20a80a6a9b1e3d05bf1.tar.gz
nuttx-53780a7956316b463230e20a80a6a9b1e3d05bf1.tar.bz2
nuttx-53780a7956316b463230e20a80a6a9b1e3d05bf1.zip
Viewtool STM32F107: Turn on ARP request logic and TCP write buffering
-rw-r--r--nuttx/configs/viewtool-stm32f107/netnsh/defconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/netnsh/defconfig b/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
index 78fd089e2..ad2a518ff 100644
--- a/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
+++ b/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
@@ -674,10 +674,10 @@ CONFIG_NET_TCP=y
CONFIG_NET_TCP_CONNS=40
CONFIG_NET_MAX_LISTENPORTS=40
CONFIG_NET_TCP_READAHEAD=y
-# CONFIG_NET_TCP_WRITE_BUFFERS is not set
+CONFIG_NET_TCP_WRITE_BUFFERS=y
+CONFIG_NET_TCP_NWRBCHAINS=8
CONFIG_NET_TCP_RECVDELAY=0
# CONFIG_NET_TCPBACKLOG is not set
-# CONFIG_NET_TCP_SPLIT is not set
# CONFIG_NET_SENDFILE is not set
#
@@ -708,7 +708,9 @@ CONFIG_NET_ARP=y
CONFIG_NET_ARPTAB_SIZE=16
CONFIG_NET_ARP_MAXAGE=120
# CONFIG_NET_ARP_IPIN is not set
-# CONFIG_NET_ARP_SEND is not set
+CONFIG_NET_ARP_SEND=y
+CONFIG_ARP_SEND_MAXTRIES=5
+CONFIG_ARP_SEND_DELAYMSEC=20
#
# Network I/O Buffer Support
@@ -717,6 +719,7 @@ CONFIG_NET_IOB=y
CONFIG_IOB_NBUFFERS=24
CONFIG_IOB_BUFSIZE=196
CONFIG_IOB_NCHAINS=8
+CONFIG_IOB_THROTTLE=8
# CONFIG_NET_ARCH_INCR32 is not set
# CONFIG_NET_ARCH_CHKSUM is not set
# CONFIG_NET_STATISTICS is not set