Comment 2 for bug 1077317

Revision history for this message
eMTee (realprogger) wrote :

There's a bug for both protocol regarding this function because in ADC the option isn't respected at all (always disconnects).

For NMDC it looks like the reason of the problem is that this option is checked in an onMinute event only to give a chance of reconnecting users not to loose their slots. But as in chunked downloads segments are often finished in less than a minute (since that is the target time in the automatic chunk size algorithm in dcpp / based clients) there's a lesser chance of disconnecting before the transfer is finished. So the function is working indefinitely, depending on timely conditions (e.g. it should work well with non-segmented uploads).