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:
parent
faad3cd2ae
commit
d7ab0d8a15
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue