mirror of https://github.com/aria2/aria2
Disable opt unchoking for bad peer
parent
22a91dfe12
commit
93bd6cfbb8
|
@ -225,6 +225,7 @@ void BtLeecherStateChoke::executeChoke(const PeerSet& peerSet)
|
|||
p->chokingRequired(true);
|
||||
|
||||
if (p->snubbing()) {
|
||||
p->optUnchoking(false);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue