From 718c1caa96aa6a992fa780d0c8030092f148ab7b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 8 Dec 2008 20:36:36 +0000 Subject: [PATCH] (trunk libT) #1565: give the peer requests a higher send priority. thanks to jusid for testing and sleuthing above & beyond the call of duty --- libtransmission/peer-msgs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/peer-msgs.c b/libtransmission/peer-msgs.c index b6a634ef2..848454f66 100644 --- a/libtransmission/peer-msgs.c +++ b/libtransmission/peer-msgs.c @@ -407,7 +407,7 @@ protocolSendRequest( tr_peermsgs * msgs, dbgmsg( msgs, "requesting %u:%u->%u...", req->index, req->offset, req->length ); dbgOutMessageLen( msgs ); - pokeBatchPeriod( msgs, HIGH_PRIORITY_INTERVAL_SECS ); + pokeBatchPeriod( msgs, IMMEDIATE_PRIORITY_INTERVAL_SECS ); } static void -- 2.40.0