echoping/SRC/test-echoping-tos

17 lines
312 B
Plaintext
Raw Normal View History

2001-03-16 15:09:03 +00:00
#!/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
2001-03-17 20:49:24 +00:00
# IPTOS_THROUGHPUT
./echoping -P 0x08 central.internatif.org
2001-03-16 15:09:03 +00:00