mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Disable opt unchoking for bad peer
This commit is contained in:
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
Block a user