X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2Fttcp%2Fttcp.c;h=7233ace990732842b4e12ca3f4c24a7109e7c10a;hb=0610e35bfd2d6d1e2082d9cf3083040a6b2f1664;hp=4562093336a9c97401e8a301394aae27b1b6cfb4;hpb=b02ade9d19c7767d1d7762ed6368cfea0e305b0b;p=oweals%2Fopenwrt.git diff --git a/openwrt/package/ttcp/ttcp.c b/openwrt/package/ttcp/ttcp.c index 4562093336..7233ace990 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