summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-02 23:45:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-02 23:45:31 +0000
commit80d5b281209708972a1e484f10f9b1cf74868ea4 (patch)
tree055ca499f7321151291d83afc6a5585c0bdde1ae /apps/include
parent944bf89644559cd2ae021122451ff5d0a740cb85 (diff)
downloadpx4-nuttx-80d5b281209708972a1e484f10f9b1cf74868ea4.tar.gz
px4-nuttx-80d5b281209708972a1e484f10f9b1cf74868ea4.tar.bz2
px4-nuttx-80d5b281209708972a1e484f10f9b1cf74868ea4.zip
More FTP client debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/ftpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/include/ftpc.h b/apps/include/ftpc.h
index 79632ba1d..3f373dad8 100644
--- a/apps/include/ftpc.h
+++ b/apps/include/ftpc.h
@@ -66,7 +66,7 @@
#endif
#ifndef CONFIG_FTP_MAXREPLY
-# define CONFIG_FTP_MAXREPLY 21
+# define CONFIG_FTP_MAXREPLY 256
#endif
#ifndef CONFIG_FTP_TMPDIR
@@ -74,7 +74,7 @@
#endif
#ifndef CONFIG_FTP_BUFSIZE
-# define CONFIG_FTP_BUFSIZE 4096
+# define CONFIG_FTP_BUFSIZE 1024
#endif
#ifndef CONFIG_FTP_MAXPATH