I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1da1dce9 authored by zzz's avatar zzz
Browse files

* Profiles: reduce same-country bonus

parent c4f9485e
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ class CapacityCalculator { ...@@ -22,7 +22,7 @@ class CapacityCalculator {
// crappy peers start at 1 and the base is 5. // crappy peers start at 1 and the base is 5.
private static final double BONUS_NEW = 0.85; private static final double BONUS_NEW = 0.85;
private static final double BONUS_ESTABLISHED = 0.65; private static final double BONUS_ESTABLISHED = 0.65;
private static final double BONUS_SAME_COUNTRY = 0.45; private static final double BONUS_SAME_COUNTRY = 0.25;
private static final double BONUS_XOR = .25; private static final double BONUS_XOR = .25;
private static final double PENALTY_UNREACHABLE = 2; private static final double PENALTY_UNREACHABLE = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment