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

This commit is contained in:
Charles Kerr 2008-08-14 20:17:55 +00:00
parent faad3cd2ae
commit d7ab0d8a15
1 changed files with 1 additions and 1 deletions

View 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,