From dc2f81c3f5ed9b43db36eb7ca3828ce0198c1269 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Sun, 31 May 2009 18:11:56 +0000 Subject: [PATCH] Changed the guinea-pig host to something more reliable --- system/hooks/slice/ping.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hooks/slice/ping.pl b/system/hooks/slice/ping.pl index 8d92ef5..5146ccc 100755 --- a/system/hooks/slice/ping.pl +++ b/system/hooks/slice/ping.pl @@ -8,7 +8,7 @@ use strict; use threads; #please change to something local -my $guineapig='planetlab-1.cs.princeton.edu'; +my $guineapig='tux.cs.princeton.edu'; my $numiter=1000; sub run { -- 2.43.0