summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index caac77e4a..c9b637439 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -1914,10 +1914,13 @@ examples/webserver
(as well as various other UDP-related
configuration settings).
CONFIG_NET_BROADCAST=y - UDP broadcast support is needed.
- CONFIG_NET_BUFSIZE=650 - Per RFC2131 (p. 9), the DHCP client must be
+ CONFIG_NET_ETH_MTU=650 - Per RFC2131 (p. 9), the DHCP client must be
(or larger) prepared to receive 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.
Other configuration items apply also to the selected webserver net utility.
Additional relevant settings for the uIP webserver net utility are: