|
|
@@ -257,8 +257,8 @@ bool PeerInteractionCommand::executeInternal() {
|
|
|
if(btInteractive->countReceivedMessageInIteration() > 0) {
|
|
|
updateKeepAlive();
|
|
|
}
|
|
|
- if((peer->amInterested() && !peer->peerChoking() &&
|
|
|
- (peer->getLatency() < 1500)) ||
|
|
|
+ if((peer->amInterested() && !peer->peerChoking()) ||
|
|
|
+ btInteractive->countOutstandingRequest() ||
|
|
|
(peer->peerInterested() && !peer->amChoking())) {
|
|
|
|
|
|
// Writable check to avoid slow seeding
|