#!/bin/sh

# $Id: test-echoping-tos 377 2007-03-12 20:48:05Z bortz $

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 -h / www.gullitv.fr

# IPTOS_THROUGHPUT  
./echoping -P 0x08 -h / www.gullitv.fr



