From f7498c83e55f96e7bfbd51c0ea8959eceafffa86 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 7 Sep 2008 02:07:18 +0000 Subject: [PATCH] TFTP put notes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@891 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttShell.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 2719e549b69..1b83454b93e 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1528,7 +1528,7 @@ usleep <usec> put CONFIG_NET && CONFIG_NET_UDP && - CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581 + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 5581,2 pwd @@ -1572,7 +1572,11 @@ usleep <usec> -

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

+

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

+

2 + Special TFTP server start-up optionss will probably be required to permit + creation of files for the correct operation of the put command.