diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java index 3c319063c..2843ffd29 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java @@ -65,13 +65,13 @@ class SybilRenderer { private static final double POINTS_US32 = 25.0; private static final double POINTS_US24 = 25.0; private static final double POINTS_US16 = 10.0; - private static final double POINTS_FAMILY = -2.0; + private static final double POINTS_FAMILY = -10.0; private static final double POINTS_BAD_OUR_FAMILY = 100.0; private static final double POINTS_OUR_FAMILY = -100.0; private static final double MIN_CLOSE = 242.0; private static final double PAIR_DISTANCE_FACTOR = 2.0; private static final double OUR_KEY_FACTOR = 4.0; - private static final double MIN_DISPLAY_POINTS = 5.0; + private static final double MIN_DISPLAY_POINTS = 12.01; private static final double VERSION_FACTOR = 1.0; private static final double POINTS_BAD_VERSION = 50.0; private static final double POINTS_UNREACHABLE = 4.0; @@ -560,7 +560,7 @@ class SybilRenderer { int i = ii.intValue(); int i0 = i >> 8; int i1 = i & 0xff; - String sip = i0 + "." + i1 + ".0/16"; + String sip = i0 + "." + i1 + ".0.0/16"; buf.append("
").append(count).append(" floodfills with IP ").append(sip) .append("
"); @@ -587,7 +587,7 @@ class SybilRenderer { } private void renderIPGroupsFamily(Writer out, StringBuilder buf, List