Skip to content

Commit

Permalink
We only need two peers for seeding test
Browse files Browse the repository at this point in the history
One that announces publicly and locally, one that's local only
  • Loading branch information
sanko committed Dec 24, 2011
1 parent 7011330 commit c17477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/000_tests/002_local.t
Expand Up @@ -25,7 +25,7 @@ note 'HTTP tracker @ http://'
. $tracker->port
. '/announce.pl';
my %client;
my @ports = 1338 .. 1340;
my @ports = 1338 .. 1339;
for my $port (@ports) {
$client{$port} = AnyEvent::BitTorrent->new(
port => $port,
Expand Down

0 comments on commit c17477c

Please sign in to comment.