summaryrefslogtreecommitdiff
path: root/nuttx/configs/viewtool-stm32f107
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 10:49:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 10:49:33 -0600
commit59944890db7ab35f2fa6cb7f4f2c6305a420b034 (patch)
tree3c3529ac6418dc06d7424780d11e2201edea7baf /nuttx/configs/viewtool-stm32f107
parent6772ffe7c885c81c9af0c364372f52fbba1370b0 (diff)
downloadpx4-nuttx-59944890db7ab35f2fa6cb7f4f2c6305a420b034.tar.gz
px4-nuttx-59944890db7ab35f2fa6cb7f4f2c6305a420b034.tar.bz2
px4-nuttx-59944890db7ab35f2fa6cb7f4f2c6305a420b034.zip
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
Diffstat (limited to 'nuttx/configs/viewtool-stm32f107')
-rw-r--r--nuttx/configs/viewtool-stm32f107/README.txt2
-rw-r--r--nuttx/configs/viewtool-stm32f107/netnsh/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/README.txt b/nuttx/configs/viewtool-stm32f107/README.txt
index 5b7a3705f..7cf4c731a 100644
--- a/nuttx/configs/viewtool-stm32f107/README.txt
+++ b/nuttx/configs/viewtool-stm32f107/README.txt
@@ -372,7 +372,7 @@ ViewTool DP83848 Ethernet Module
CONFIG_NET_SOCKOPTS=y
CONFIG_NET_ETH_MTU=650 : Maximum packet size
- CONFIG_NET_RECEIVE_WINDOW=650
+ CONFIG_NET_ETH_TCP_RECVWNDO=650
CONFIG_NET_TCP_READAHEAD=y : Enable read-ahead buffering
CONFIG_NET_TCP_READAHEAD_BUFSIZE=650
diff --git a/nuttx/configs/viewtool-stm32f107/netnsh/defconfig b/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
index dc0e4d1ce..b4b904777 100644
--- a/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
+++ b/nuttx/configs/viewtool-stm32f107/netnsh/defconfig
@@ -642,7 +642,7 @@ CONFIG_NET=y
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_PROMISCUOUS is not set
CONFIG_NET_ETH_MTU=650
-CONFIG_NET_RECEIVE_WINDOW=624
+CONFIG_NET_ETH_TCP_RECVWNDO=624
CONFIG_NET_GUARDSIZE=2
#