diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-08 09:46:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-08 09:46:25 +0000 |
commit | 0610e35bfd2d6d1e2082d9cf3083040a6b2f1664 (patch) | |
tree | ebcc3baae70e1478cdd272050ff71853c3af039d /openwrt/package/ttcp | |
parent | cba62f41378cdfd4561542921b2c69834cdb04f8 (diff) | |
download | mtk-20170518-0610e35bfd2d6d1e2082d9cf3083040a6b2f1664.zip mtk-20170518-0610e35bfd2d6d1e2082d9cf3083040a6b2f1664.tar.gz mtk-20170518-0610e35bfd2d6d1e2082d9cf3083040a6b2f1664.tar.bz2 |
backport fix from changeset:2599
SVN-Revision: 2600
Diffstat (limited to 'openwrt/package/ttcp')
-rw-r--r-- | openwrt/package/ttcp/ttcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ttcp/ttcp.c b/openwrt/package/ttcp/ttcp.c index 4562093..7233ace 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 |