Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
445 B
Text
9 lines
445 B
Text
"echoping" is a small program to test (approximatively) performances of a
|
|
remote host by sending it TCP "echo" (or other protocol) packets.
|
|
|
|
- uses the protocols echo, discard, chargen or HTTP,
|
|
- uses UDP instead of TCP for the protocols which accept it (like echo),
|
|
- can repeat the test and display various measures about it,
|
|
- can use T/TCP on systems which support it.
|
|
|
|
It's useful for checking that http servers are running and not wedged.
|