mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
fb16dfecae
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)
15 lines
527 B
Plaintext
15 lines
527 B
Plaintext
netselect is an ultrafast intelligent parallelizing binary-search
|
|
implementation of "ping."
|
|
|
|
netselect determines several facts about all of the hosts given on the command
|
|
line, much faster than you would if you tried to use ping and traceroute.
|
|
For example, if I type:
|
|
|
|
netselect -v ftp.fceia.unr.edu.ar \
|
|
ftp.kulnet.kuleuven.ac.be \
|
|
ftp.cdrom.com ftp.debian.org \
|
|
ftp.de.debian.org
|
|
|
|
It tells me statistics about each of the hostnames I provided,
|
|
in much less time than doing a whole bunch of traceroutes.
|