summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-08 09:46:25 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-08 09:46:25 +0000
commitbde33e943ae78819e275d96926d0c0034f9c45fc (patch)
treef7e2c1c0bbf2ec9dc60e0f558c25069de4507061 /openwrt/package
parent60ee139a39c99c83b239d7ae5848d45a0757dcd4 (diff)
backport fix from changeset:2599
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/ttcp/ttcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ttcp/ttcp.c b/openwrt/package/ttcp/ttcp.c
index 456209333..7233ace99 100644
--- a/openwrt/package/ttcp/ttcp.c
+++ b/openwrt/package/ttcp/ttcp.c
@@ -1,7 +1,7 @@
/*
* T T C P . C
*
- * Test TCP connection. Makes a connection on port 5001
+ * Test TCP connection. Makes a connection on port 5010
* and transfers fabricated buffers or data copied from stdin.
*
* Usable on 4.2, 4.3, and 4.1a systems by defining one of
@@ -2327,7 +2327,7 @@ char Usage[] =
" -l ## length of bufs read from or written to network (default 8192,\n"
" max 65535)\n"
" -u use UDP instead of TCP\n"
-" -p ## port number to send to or listen at (default 5001)\n"
+" -p ## port number to send to or listen at (default 5010)\n"
#if defined(__linux__)
" -P ## link-layer priority (default 0)\n"
#endif