From 38e57eb21dc6c84c1144dc73bf4416a7e2b55ba6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 6 Sep 2008 15:44:41 +0000 Subject: [PATCH] TFTP Get integration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@885 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttShell.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index fa8003a17c..2719e549b6 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1473,7 +1473,7 @@ usleep <usec> get CONFIG_NET && CONFIG_NET_UDP && - CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 558 + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581 help @@ -1528,7 +1528,7 @@ usleep <usec> put CONFIG_NET && CONFIG_NET_UDP && - CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 558 + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581 pwd @@ -1572,6 +1572,8 @@ usleep <usec> +

1Because of hardware padding, the actual required packet size may be larger

+