Changed the guinea-pig host to something more reliable
authorSapan Bhatia <sapanb@cs.princeton.edu>
Sun, 31 May 2009 18:11:56 +0000 (18:11 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Sun, 31 May 2009 18:11:56 +0000 (18:11 +0000)
system/hooks/slice/ping.pl

index 8d92ef5..5146ccc 100755 (executable)
@@ -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 {