aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-19 16:40:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-19 16:40:43 +0000
commit070651221f4f60c2074e7641affa10e2b8714f07 (patch)
tree38615943a732fd25e20509600f99745f2cee68ec /apps/ChangeLog.txt
parent53e8b454bf671e2b7e2cfe1898468543ab231984 (diff)
downloadpx4-firmware-070651221f4f60c2074e7641affa10e2b8714f07.tar.gz
px4-firmware-070651221f4f60c2074e7641affa10e2b8714f07.tar.bz2
px4-firmware-070651221f4f60c2074e7641affa10e2b8714f07.zip
Add split package logic to improve TCP send performance with delayed ACKs
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5538 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ba8dec613..a445c2024 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -488,3 +488,5 @@
* apps/nshlib/nsh_fileapp.c: Add the ability to execute a file
from a file system using posix_spawn().
* apps/builtin/: Extensions from Mike Smith.
+ * apps/examples/ftpd/Makefile: Name ftpd_start is not the name of
+ the entrypoint. Should be ftpd_main (from Yan T.)