From 59944890db7ab35f2fa6cb7f4f2c6305a420b034 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 16 Nov 2014 10:49:33 -0600 Subject: Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files --- nuttx/configs/c5471evm/httpd/defconfig | 2 +- nuttx/configs/c5471evm/nettest/defconfig | 2 +- nuttx/configs/c5471evm/nsh/defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/c5471evm') diff --git a/nuttx/configs/c5471evm/httpd/defconfig b/nuttx/configs/c5471evm/httpd/defconfig index f0147f600..1e82bd5d2 100644 --- a/nuttx/configs/c5471evm/httpd/defconfig +++ b/nuttx/configs/c5471evm/httpd/defconfig @@ -359,7 +359,7 @@ CONFIG_NET_ICMP=y # CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set # CONFIG_NET_STATISTICS is not set -CONFIG_NET_RECEIVE_WINDOW=536 +CONFIG_NET_ETH_TCP_RECVWNDO=536 CONFIG_NET_ARPTAB_SIZE=16 # CONFIG_NET_ARP_IPIN is not set CONFIG_NET_IOB=y diff --git a/nuttx/configs/c5471evm/nettest/defconfig b/nuttx/configs/c5471evm/nettest/defconfig index 525b58a60..169166f6c 100644 --- a/nuttx/configs/c5471evm/nettest/defconfig +++ b/nuttx/configs/c5471evm/nettest/defconfig @@ -357,7 +357,7 @@ CONFIG_NET_ICMP=y # CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set # CONFIG_NET_STATISTICS is not set -CONFIG_NET_RECEIVE_WINDOW=536 +CONFIG_NET_ETH_TCP_RECVWNDO=536 CONFIG_NET_ARPTAB_SIZE=16 # CONFIG_NET_ARP_IPIN is not set CONFIG_NET_IOB=y diff --git a/nuttx/configs/c5471evm/nsh/defconfig b/nuttx/configs/c5471evm/nsh/defconfig index 49c81596b..d9022e6b9 100644 --- a/nuttx/configs/c5471evm/nsh/defconfig +++ b/nuttx/configs/c5471evm/nsh/defconfig @@ -364,7 +364,7 @@ CONFIG_NET_ICMP=y # CONFIG_NET_PINGADDRCONF is not set # CONFIG_NET_IGMP is not set CONFIG_NET_STATISTICS=y -CONFIG_NET_RECEIVE_WINDOW=536 +CONFIG_NET_ETH_TCP_RECVWNDO=536 CONFIG_NET_ARPTAB_SIZE=16 # CONFIG_NET_ARP_IPIN is not set CONFIG_NET_IOB=y -- cgit v1.2.3