diff --git a/libtorrent/src/kademlia/dht_tracker.cpp b/libtorrent/src/kademlia/dht_tracker.cpp index 6724ab2b..24459306 100644 --- a/libtorrent/src/kademlia/dht_tracker.cpp +++ b/libtorrent/src/kademlia/dht_tracker.cpp @@ -492,7 +492,7 @@ namespace libtorrent { namespace dht if (match) { ++match->count; - if (match->count >= 200) + if (match->count >= 1000) { if (now < match->limit) { @@ -504,7 +504,7 @@ namespace libtorrent { namespace dht << " count: " << match->count << " ]"; } #endif - if (match->count == 200) + if (match->count == 1000) { printf(" BANNING PEER [ ip: %s:%d ] time: %.3f ]\n", ep.address().to_string().c_str(), ep.port(),