]> granicus.if.org Git - transmission/commitdiff
possible quick-fix for the "wasted data due to collisions" bug reported in http:...
authorCharles Kerr <charles@transmissionbt.com>
Thu, 14 Aug 2008 20:17:55 +0000 (20:17 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 14 Aug 2008 20:17:55 +0000 (20:17 +0000)
libtransmission/peer-msgs.c

index 09ab5895a12bb9061bec7b80582f4804d206312e..af3fd514522c2489f0d55097316e4ee8776fc281 100644 (file)
@@ -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,