Thread: Queue time
View Single Post
Old 09-03-2010, 05:32 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Actually

The queue time is estimated based on the combined size of the remaining files in the queue, the avg transfer speed over the last 2 minutes, the latency (the length of time to send a command a receive a reply) times the number of items in the queue.

If your average speed is 20 KB/s, you have 100 files each 100KB, and you have a latency of 2 seconds.

Seconds remaining = 100KB * 100 files + (100 * 2) / 20KB/s

Which specific build are you using?
bigstar is offline