fix test_pex

This commit is contained in:
Arvid Norberg 2013-10-22 07:53:36 +00:00
parent dd55082321
commit 83960d287d
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ namespace libtorrent { namespace
static ptime global_last = min_time();
int num_peers = m_torrent.num_peers();
if (num_peers == 0) return;
if (num_peers == 1) return;
// don't send pex messages more often than 1 every 100 ms, and
// allow pex messages to be sent 5 seconds apart if there isn't