summaryrefslogtreecommitdiff
path: root/apps/examples/ftpd/Makefile
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
commit0aad9ccecb8d4fbb8712cbf050fe7654168e0c13 (patch)
tree38615943a732fd25e20509600f99745f2cee68ec /apps/examples/ftpd/Makefile
parent153ab5ddf5454d559da0d30751a7acb49e2c8d68 (diff)
downloadnuttx-0aad9ccecb8d4fbb8712cbf050fe7654168e0c13.tar.gz
nuttx-0aad9ccecb8d4fbb8712cbf050fe7654168e0c13.tar.bz2
nuttx-0aad9ccecb8d4fbb8712cbf050fe7654168e0c13.zip
Add split package logic to improve TCP send performance with delayed ACKs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5538 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/ftpd/Makefile')
-rw-r--r--apps/examples/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ftpd/Makefile b/apps/examples/ftpd/Makefile
index dd18d5043..61752931c 100644
--- a/apps/examples/ftpd/Makefile
+++ b/apps/examples/ftpd/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)ftpd_start.bdat: $(DEPCONFIG) Makefile
- $(call REGISTER,ftpd_start,SCHED_PRIORITY_DEFAULT,2048,ftpd_start)
+ $(call REGISTER,ftpd_start,SCHED_PRIORITY_DEFAULT,2048,ftpd_main)
$(BUILTIN_REGISTRY)$(DELIM)ftpd_stop.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,ftpd_stop,SCHED_PRIORITY_DEFAULT,2048,ftpd_stop)