summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-06 02:19:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-06 02:19:13 +0000
commitc2ead96fbf7b8d8ba3cf074fd8ef82ceb049c6ae (patch)
treeeca2385fb3b7beff9294c01a68c3977e55caa0cb /nuttx/Documentation/NuttShell.html
parentdd8687aa5453cea4e6bb5ea9fb9a35fd0abe206b (diff)
downloadnuttx-c2ead96fbf7b8d8ba3cf074fd8ef82ceb049c6ae.tar.gz
nuttx-c2ead96fbf7b8d8ba3cf074fd8ef82ceb049c6ae.tar.bz2
nuttx-c2ead96fbf7b8d8ba3cf074fd8ef82ceb049c6ae.zip
TFTP needs larger MSS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@882 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index e9d363dc9..2c8d8e2fb 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -1415,7 +1415,8 @@ usleep &lt;usec&gt;
</tr>
<tr>
<td><b><code>get</code></b></td>
- <td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_UDP</code> &amp;&amp; <code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0</td>
+ <td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_UDP</code> &amp;&amp;
+ <code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0 &amp;&amp; <code>CONFIG_NET_BUFSIZE</code> &gt;= 558</td>
</tr>
<tr>
<td><b><code>help</code></b></td>
@@ -1455,7 +1456,9 @@ usleep &lt;usec&gt;
</tr>
<tr>
<td><b><code>ping</code></b></td>
- <td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_ICMP &amp;&amp;</code> <code>CONFIG_NET_ICMP_PING</code> &amp;&amp; !<code>CONFIG_DISABLE_CLOCK</code> &amp;&amp; !<code>CONFIG_DISABLE_SIGNALS</code></td>
+ <td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_ICMP</code> &amp;&amp;
+ <code>CONFIG_NET_ICMP_PING</code> &amp;&amp; !<code>CONFIG_DISABLE_CLOCK</code> &amp;&amp;
+ !<code>CONFIG_DISABLE_SIGNALS</code></td>
</tr>
<tr>
<td><b><code>ps</code></b></td>
@@ -1463,7 +1466,8 @@ usleep &lt;usec&gt;
</tr>
<tr>
<td><b><code>put</code></b></td>
- <td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_UDP</code> &amp;&amp; <code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0</td>
+ <td><code>CONFIG_NET</code> &amp;&amp; <code>CONFIG_NET_UDP</code> &amp;&amp;
+ <code>CONFIG_NFILE_DESCRIPTORS</code> &gt; 0 &amp;&amp; <code>CONFIG_NET_BUFSIZE</code> &gt;= 558</td>
</tr>
<tr>
<td><b><code>pwd</code></b></td>