summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 08:18:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 08:18:56 -0600
commit0432aa72902865f16adfca70e682263324e7f868 (patch)
tree9ee0a7c9d0c9c8a0247cefa1d0d05983df262319 /nuttx/configs/sam4e-ek
parent3c3eac8ca148e0f27d4936bdc866a6c3271756f6 (diff)
downloadpx4-nuttx-0432aa72902865f16adfca70e682263324e7f868.tar.gz
px4-nuttx-0432aa72902865f16adfca70e682263324e7f868.tar.bz2
px4-nuttx-0432aa72902865f16adfca70e682263324e7f868.zip
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
Diffstat (limited to 'nuttx/configs/sam4e-ek')
-rw-r--r--nuttx/configs/sam4e-ek/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sam4e-ek/README.txt b/nuttx/configs/sam4e-ek/README.txt
index fa35c7991..fa2a00c77 100644
--- a/nuttx/configs/sam4e-ek/README.txt
+++ b/nuttx/configs/sam4e-ek/README.txt
@@ -419,8 +419,8 @@ Networking Support
Networking Support
CONFIG_NET=y : Enable Neworking
CONFIG_NET_SOCKOPTS=y : Enable socket operations
- CONFIG_NET_BUFSIZE=562 : Maximum packet size (MTD) 1518 is more standard
- CONFIG_NET_RECEIVE_WINDOW=536 : Should be the same as CONFIG_NET_BUFSIZE
+ CONFIG_NET_ETH_MTU=562 : Maximum packet size (MTU) 1518 is more standard
+ CONFIG_NET_RECEIVE_WINDOW=536 : Should be the same as CONFIG_NET_ETH_MTU
CONFIG_NET_TCP=y : Enable TCP/IP networking
CONFIG_NET_TCPBACKLOG=y : Support TCP/IP backlog
CONFIG_NET_TCP_READAHEAD_BUFSIZE=536 Read-ahead buffer size