From e0106d0fe6e3693fe4450d73e01727d3d7f3bd26 Mon Sep 17 00:00:00 2001 From: Calin Burloiu Date: Wed, 20 Oct 2010 14:28:13 +0300 Subject: [PATCH] Utils/tsup-experiment: trackers' address updated --- Utils/tsup-experiment/tsup_torrents_gen.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Utils/tsup-experiment/tsup_torrents_gen.sh b/Utils/tsup-experiment/tsup_torrents_gen.sh index df77046..a079084 100755 --- a/Utils/tsup-experiment/tsup_torrents_gen.sh +++ b/Utils/tsup-experiment/tsup_torrents_gen.sh @@ -8,12 +8,12 @@ # 16MiB, 64MiB, 256MiB, 1GiB. # -tracker_url_array=( p2p-next-08.grid.pub.ro:30169 p2p-next-08.grid.pub.ro:30269 -p2p-next-08.grid.pub.ro:30369 p2p-next-08.grid.pub.ro:30469 -p2p-next-08.grid.pub.ro:30569 p2p-next-08.grid.pub.ro:30669 -p2p-next-08.grid.pub.ro:30769 p2p-next-08.grid.pub.ro:30869 -p2p-next-08.grid.pub.ro:30969 p2p-next-08.grid.pub.ro:31069 -p2p-next-08.grid.pub.ro:31169 p2p-next-08.grid.pub.ro:31269 ) +tracker_url_array=( 10.3.8.1:6969 10.3.8.2:6969 +10.3.8.3:6969 10.3.8.4:6969 +10.3.8.5:6969 10.3.8.6:6969 +10.3.8.7:6969 10.3.8.8:6969 +10.3.8.9:6969 10.3.8.10:6969 +10.3.8.11:6969 10.3.8.12:6969 ) for i in 4M 16M 64M 256M 1024M; do index=1 -- 2.20.1