fixed assert
This commit is contained in:
parent
fdc6d3722b
commit
c168f9e1df
|
@ -7805,7 +7805,7 @@ namespace libtorrent
|
|||
void torrent::give_connect_points(int points)
|
||||
{
|
||||
TORRENT_ASSERT(m_ses.is_network_thread());
|
||||
TORRENT_ASSERT(points <= 100);
|
||||
TORRENT_ASSERT(points <= 200);
|
||||
TORRENT_ASSERT(points > 0);
|
||||
TORRENT_ASSERT(want_more_peers());
|
||||
m_deficit_counter += points;
|
||||
|
|
Loading…
Reference in New Issue