summaryrefslogtreecommitdiff
path: root/apps/netutils/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/README.txt')
-rw-r--r--apps/netutils/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/netutils/README.txt b/apps/netutils/README.txt
index 818f6a784..394be98dc 100644
--- a/apps/netutils/README.txt
+++ b/apps/netutils/README.txt
@@ -116,7 +116,10 @@ required. These include:
(as well as various other UDP-related
configuration settings).
CONFIG_NET_BROADCAST=y UDP broadcast support is needed.
- CONFIG_NET_BUFSIZE=650 The client must be prepared to receive
+ CONFIG_NET_ETH_MTU=650 The client must be prepared to receive
(or larger) DHCP messages of up to 576 bytes (excluding
Ethernet, IP, or UDP headers and FCS).
+ NOTE: Note that the actual MTU setting will
+ depend upon the specific link protocol.
+ Here Ethernet is indicated.