summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam4e-ek/README.txt')
-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