This site is for P2P development and test software ONLY!

电骡功能介绍——Equal Chance For each file

每个文件均等机会(多队列)是根据每一个文件的上传次数给其队列积分。如果此文件上传过许多次,那么得到的积分就会少,用户也只能排队。相反上传少的文件会得到高积分,用户也会很快进入上传通道。

Equal Chance For Each File(a.k.a. "Multiqueue", "One queue per file") option gives a queue score to the file according to the number of times the file has been uploaded. Files that have been uploaded a lot get a lower score and clients requesting those will drop in the waiting queue. Files that have been rarely uploaded get a higher score and clients requesting those will advance faster to a slot.

Factors effecting this:

Total time file shared

(average upload time) x (average upload speed)

File size

The client score system is ignored (in popular implementations).

This was first implemented in Eastshare by AndCycle

This corresponds with the one queue per file. (Eastshare saves the history so it works over multiple sessions giving new files a boost)

0 comments:

发表评论