From: Charles Kerr Date: Thu, 14 Aug 2008 20:17:55 +0000 (+0000) Subject: possible quick-fix for the "wasted data due to collisions" bug reported in http:... X-Git-Tag: 1.40~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7ab0d8a15dd700169ca1e3cb18925b92d76c922;p=transmission possible quick-fix for the "wasted data due to collisions" bug reported in http://forum.transmissionbt.com/viewtopic.php?f=3&t=5643. surely it's not this easy, but let's see --- diff --git a/libtransmission/peer-msgs.c b/libtransmission/peer-msgs.c index 09ab5895a..af3fd5145 100644 --- a/libtransmission/peer-msgs.c +++ b/libtransmission/peer-msgs.c @@ -84,7 +84,7 @@ enum /* how long a sent request can stay queued before it's returned back to the peer-mgr's pool of requests */ - SENT_REQUEST_TTL_SECS = 120, + SENT_REQUEST_TTL_SECS = 240, /* used in lowering the outMessages queue period */ IMMEDIATE_PRIORITY_INTERVAL_SECS = 0,