From 78eaa155414127032dedc688df926f7422ca9646 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 6 Sep 2008 02:19:13 +0000 Subject: [PATCH] TFTP needs larger MSS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@882 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttShell.html | 10 +++++++--- examples/nsh/README.txt | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index e9d363dc97..2c8d8e2fb1 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1415,7 +1415,8 @@ usleep <usec> get - CONFIG_NET && CONFIG_NET_UDP && CONFIG_NFILE_DESCRIPTORS > 0 + CONFIG_NET && CONFIG_NET_UDP && + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 558 help @@ -1455,7 +1456,9 @@ usleep <usec> ping - CONFIG_NET && CONFIG_NET_ICMP && CONFIG_NET_ICMP_PING && !CONFIG_DISABLE_CLOCK && !CONFIG_DISABLE_SIGNALS + CONFIG_NET && CONFIG_NET_ICMP && + CONFIG_NET_ICMP_PING && !CONFIG_DISABLE_CLOCK && + !CONFIG_DISABLE_SIGNALS ps @@ -1463,7 +1466,8 @@ usleep <usec> put - CONFIG_NET && CONFIG_NET_UDP && CONFIG_NFILE_DESCRIPTORS > 0 + CONFIG_NET && CONFIG_NET_UDP && + CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 558 pwd diff --git a/examples/nsh/README.txt b/examples/nsh/README.txt index fd0c4884b2..1972b2b136 100644 --- a/examples/nsh/README.txt +++ b/examples/nsh/README.txt @@ -535,7 +535,7 @@ Command Dependencies on Configuration Settings echo -- exec -- exit -- - get CONFIG_NET && CONFIG_NET_UDP && CONFIG_NFILE_DESCRIPTORS > 0 + get CONFIG_NET && CONFIG_NET_UDP && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 558 help -- ifconfig CONFIG_NET ls CONFIG_NFILE_DESCRIPTORS > 0 @@ -547,7 +547,7 @@ Command Dependencies on Configuration Settings mount !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_FS_FAT ping CONFIG_NET && CONFIG_NET_ICMP && CONFIG_NET_ICMP_PING && !CONFIG_DISABLE_CLOCK && !CONFIG_DISABLE_SIGNALS ps -- - put CONFIG_NET && CONFIG_NET_UDP && CONFIG_NFILE_DESCRIPTORS > 0 + put CONFIG_NET && CONFIG_NET_UDP && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET_BUFSIZE >= 558 pwd !CONFIG_DISABLE_ENVIRON && CONFIG_NFILE_DESCRIPTORS > 0 rm !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 rmdir !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0