-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shall consumed anonymity balance decrease counter instead of increasing? #2189
Comments
I tend to agree to this for the psychological effect. When it was added I also wondered why I was going negative, after the explanation it because clear but you cannot explain every Tribler user this. |
This was definately my intent when I implemented this. The total counter needs to count everything. This is usefull for people who have a bandwidth cap, it should provide a resonable estimate for the bulk of the bandwidth used. So this counter simply counts received+sent through the anon tunnels. For the balance counter mostly my thought was "a positive balance should be a positive thing". The trouble for the balance comes from the fact that a relay is neutral, they recieve data and send the exact same amount out again. So how much has this relay "consumed"? I'd say 0. But it's contribution might be counted differently. The counter actually counts (anon up) - (anon down). So in practical terms, it will only rise if you are the source of anonymized traffic, i.e. seeding (more than you are leeching) We could change the way the counter works to reflect a true "contribution" (details to be discussed) or perhaps the use of the word "contribution" in the balance mouse-over is misleading and we could change it to something like "Anonimity Consumption Balance". |
I though, that
I think all three counters (consumed for leeching, consumed for seeding, produced by relaying) should be visible. How to define balance is another question:
but relaying should definitely bump the counter. Also number of hops for seeding/leeching may be considered as a multiplier. Maybe there can be two countres: anonymity contribution balance and torrent friendliness balance: |
Currently I see balance dropping (with approximately the same rate as Total rising). As far as I understand, Balance = Consumed anonymity traffic - Contributed anonymity traffic.
I think it should be reverse: Balance = Contributed anonymity traffic - Consumed anonymity traffic.
People tend to maximize their values, not minimize. Seeing negative balance makes user feel indebted to contribute to anonymity (by enabling Tribler's anonymous mode somewhere). Growing positive number feels allright.
Too small contribution balance (for example, less than -200 MB) may be shown red.
The text was updated successfully, but these errors were encountered: