From 6e29eddaa73276c3492e7910ea8914714b8227be Mon Sep 17 00:00:00 2001
From: z3d ");
+ buf.append("ANONYMITY WARNING - Settings include 0-hop tunnels ");
else if (in.getLength() <= 1 ||
in.getLength() + in.getLengthVariance() <= 1 ||
out.getLength() <= 1 ||
out.getLength() + out.getLengthVariance() <= 1)
- buf.append("ANONYMITY WARNING - Settings include 0-hop tunnels. ");
+ buf.append("ANONYMITY WARNING - Settings include 1-hop tunnels ");
if (in.getLength() + Math.abs(in.getLengthVariance()) >= WARN_LENGTH ||
out.getLength() + Math.abs(out.getLengthVariance()) >= WARN_LENGTH)
- buf.append("ANONYMITY WARNING - Settings include 1-hop tunnels. ");
+ buf.append("PERFORMANCE WARNING - Settings include very long tunnels ");
if (in.getQuantity() + in.getBackupQuantity() >= WARN_QUANTITY ||
out.getQuantity() + out.getBackupQuantity() >= WARN_QUANTITY)
- buf.append("PERFORMANCE WARNING - Settings include very long tunnels. ");
+ buf.append("PERFORMANCE WARNING - Settings include high tunnel quantities ");
buf.append("PERFORMANCE WARNING - Settings include high tunnel quantities. \n");
diff --git a/apps/routerconsole/jsp/configpeer.jsp b/apps/routerconsole/jsp/configpeer.jsp
index a4d22c6c8..4cf9c7bdb 100644
--- a/apps/routerconsole/jsp/configpeer.jsp
+++ b/apps/routerconsole/jsp/configpeer.jsp
@@ -37,8 +37,8 @@
Inbound
Outbound
Manual Peer Controls
-
-
+
Manually Shitlist / Unshitlist a Router
Shitlisting will prevent the participation of this peer in tunnels you create.
@@ -62,11 +62,11 @@
}
%>
-
+