Project

General

Profile

Bug #4291

Updated by Anonymous over 6 years ago

The current version discovery uses a timeout (interest lifetime) of 4 seconds.  

 Every time you run the application, you need to wait for at least one timeout (default:2). Thus gathering a file takes at least 4 seconds (by default 8 seconds), even if the file contains only one chunk. This makes the iterative version discovery rather unusable. 

 My suggestion: 

 - Reduce the default timeout to 100ms. 
 - Provide a parameter to raise it, if necessary. 
 - Reduce timeouts for version discovery from 2 to 1. 


 This initial timeout will not affect the later RTO, given by '--aimd-rto-min' and '--aimd-rto-max'. 

Back