From 825d5c3a5aa3a15365942a32059f25e932814cdb Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 3 Feb 2010 00:39:27 +0000 Subject: [PATCH] (trunk libT) this is an experimental commit for a debugging session with people who don't have access to build tools. unless you're one of those testers, or unless you enjoy not connecting to peers, you DO NOT WANT TO USE THIS REVISION --- libtransmission/peer-mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/peer-mgr.c b/libtransmission/peer-mgr.c index e11e20233..91926d5b3 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -62,7 +62,7 @@ enum /* max number of peers to ask for per second overall. * this throttle is to avoid overloading the router */ - MAX_CONNECTIONS_PER_SECOND = 4, + MAX_CONNECTIONS_PER_SECOND = 0, /* number of bad pieces a peer is allowed to send before we ban them */ MAX_BAD_PIECES_PER_PEER = 5,