projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't display an 8 character password limit on the passwd prompt
[openwrt.git]
/
openwrt
/
package
/
ttcp
/
ttcp.c
diff --git
a/openwrt/package/ttcp/ttcp.c
b/openwrt/package/ttcp/ttcp.c
index
4562093
..
7233ace
100644
(file)
--- a/
openwrt/package/ttcp/ttcp.c
+++ b/
openwrt/package/ttcp/ttcp.c
@@
-1,7
+1,7
@@
/*
* T T C P . C
*
/*
* T T C P . C
*
- * Test TCP connection. Makes a connection on port 50
01
+ * Test TCP connection. Makes a connection on port 50
10
* and transfers fabricated buffers or data copied from stdin.
*
* Usable on 4.2, 4.3, and 4.1a systems by defining one of
* 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"
" -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 50
01
)\n"
+" -p ## port number to send to or listen at (default 50
10
)\n"
#if defined(__linux__)
" -P ## link-layer priority (default 0)\n"
#endif
#if defined(__linux__)
" -P ## link-layer priority (default 0)\n"
#endif
This page took
0.022059 seconds
and
4
git commands to generate.