
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.emule-web.de/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.emule-web.de/Fine_CS?action=history&amp;feed=atom&amp;title=Fine_CS</id>
		<title>Fine CS - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.emule-web.de/Fine_CS?action=history&amp;feed=atom&amp;title=Fine_CS"/>
		<link rel="alternate" type="text/html" href="https://wiki.emule-web.de?title=Fine_CS&amp;action=history"/>
		<updated>2026-04-08T23:25:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.1</generator>

	<entry>
		<id>https://wiki.emule-web.de?title=Fine_CS&amp;diff=1867&amp;oldid=prev</id>
		<title>Leuk he: copied frm old wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.emule-web.de?title=Fine_CS&amp;diff=1867&amp;oldid=prev"/>
				<updated>2007-06-25T11:21:03Z</updated>
		
		<summary type="html">&lt;p&gt;copied frm old wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;the ''finecs'''Credit System (CS) is meant only to identify &amp;quot;leechers&amp;quot; by behaviour and to punish them. It works only on partial files. Complete files are not affected. For partial files, this CS ensures every client to get till 4 complete chunks &amp;quot;for free&amp;quot;. After the fourth chunk is uploaded without any data sent back, the rating of such a client will decrease. The higher the difference between what he has downloaded, with respect to the 4 chunk threshold, the lower his rating. Rating will never reach zero. That means that those clients can still get chunks from you provided they wait enough in your queue. But, of course, the waiting time raises as rating decreases. If a client, which has been &amp;quot;punished&amp;quot; for having downloaded so much, starts uploading to you, his rating will raise. Once the difference between the U-D (with respect to you) is smaller than 4 chunks, then his max rating will be reached again. Few clarifing points:&lt;br /&gt;
&lt;br /&gt;
* There's no ban.&lt;br /&gt;
* There's no &amp;quot;guesses&amp;quot;. The CS will react deterministically to the monitored situation&lt;br /&gt;
* It's based on absolute differences, not ratios.&lt;br /&gt;
* Non linear correlation between the difference and the rating&lt;br /&gt;
* No credits given either. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Clients which are within the 4 chunks threshold are all treated the same way as they all have the same max rating. This ensure 3 things:&lt;br /&gt;
&lt;br /&gt;
* The CS cannot be used for credit shaping&lt;br /&gt;
* The CS does not suffer for credit shaping&lt;br /&gt;
* Extreme fairness based on waiting time and file priority settings &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Clients that do not support Secure User Identification (SUI), either by design or by user's will, get a x 0.80 penalty.&lt;br /&gt;
&lt;br /&gt;
It does not interfere with Small File Pushing (being these ones all complete files).&lt;br /&gt;
&lt;br /&gt;
Some numbers to clarify resulting ratings vs U-D differences the CS monitors:&lt;br /&gt;
&lt;br /&gt;
 In MegaBytes&lt;br /&gt;
 U-D - Rating&lt;br /&gt;
 1 MB - 100&lt;br /&gt;
 2 MB - 100&lt;br /&gt;
 10 MB - 100&lt;br /&gt;
 20 MB - 100&lt;br /&gt;
 30 MB - 100&lt;br /&gt;
 37.1MB - 100 (4 chunks threshold reached)&lt;br /&gt;
 40 MB - 86&lt;br /&gt;
 50 MB - 55&lt;br /&gt;
 60 MB - 38&lt;br /&gt;
 70 MB - 28&lt;br /&gt;
 80 MB - 21&lt;br /&gt;
 90 MB - 17&lt;br /&gt;
 100 MB - 13&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 In number of chunks&lt;br /&gt;
 U-D - Rating &lt;br /&gt;
 1 chunk - 100&lt;br /&gt;
 2 chunks - 100&lt;br /&gt;
 3 chunks - 100&lt;br /&gt;
 4 chunks - 100 (4 chunks threshold reached)&lt;br /&gt;
 5 chunks - 64&lt;br /&gt;
 6 chunks - 44&lt;br /&gt;
 7 chunks - 32&lt;br /&gt;
 8 chunks - 25&lt;br /&gt;
 9 chunks - 19&lt;br /&gt;
 10 chunks- 16&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Number decreased of 20% if SUI not available.&lt;br /&gt;
&lt;br /&gt;
The simple equations used to calculate ratings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 diff = uploaded - downloaded&lt;br /&gt;
 threshold = 4*PARTSIZE&lt;br /&gt;
 rating = 1&lt;br /&gt;
&lt;br /&gt;
 if (downloaded &amp;lt; PARTSIZE) // If not received at least a chunk, limit &amp;quot;risk&amp;quot; to 3 chunks   instead of 4&lt;br /&gt;
 diff += PARTSIZE;&lt;br /&gt;
   &lt;br /&gt;
 if (diff &amp;gt; threshold)&lt;br /&gt;
  rating = (threshold/diff)^2&lt;br /&gt;
 if (!SUI)&lt;br /&gt;
 rating = rating * 0.80&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The fine CS was developed by CiccioBastardo and is active in the ZZUL BastarD Mod &lt;br /&gt;
&lt;br /&gt;
[[category:features]]&lt;/div&gt;</summary>
		<author><name>Leuk he</name></author>	</entry>

	</feed>