mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-09 01:10:38 +00:00
17 lines
312 B
Bash
Executable File
17 lines
312 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $Id$
|
|
|
|
echo ""
|
|
echo "Since this tests tries remote servers, a failure is not always "
|
|
echo " echoping's fault: it may be a network problem."
|
|
echo "On some systems, you may NEED to be root."
|
|
|
|
./echoping -P 0xa0 central.internatif.org
|
|
|
|
# IPTOS_THROUGHPUT
|
|
./echoping -P 0x08 central.internatif.org
|
|
|
|
|
|
|