From 9c2c90c0b1fcfb200cee45bce10def273e5d3242 Mon Sep 17 00:00:00 2001
From: z3d
+ displayed on the profiles page. Enable full stats?
checked="true" <% } %>/>
(change requires restart to take effect)
Many of the stats on the summary bar may be
configured to be
graphed for further analysis.
- The I2P router (router.jar) and SDK (i2p.jar) are almost entirely public domain, with
+a few notable exceptions: If you've just started I2P, the Active: numbers on the left should start to
grow over the next few minutes and you'll see a "shared clients" local destination
listed on the left (if not, see below). Once those show
@@ -37,7 +37,7 @@ up, you can: Wenn Du gerade I2P gestartet hast, sollten die "Active:" Zahlen links in den nächsten paar Minuten anwachsen und Du siehst dann dort ein "shared clients" lokales Ziel gelistet (falls nicht, siehe Unten). Sobald das erscheint, kannst Du: Si vous venez juste de lancer I2P, les chiffres sur la gauche à coté de Active devraient commencer à augmenter dans les prochaines minutes et vous verrez un "Shared client" en destination locale listés sur la gauche (si non, voir plus bas). Une fois qu'ils apparaissent, vous pouvez: Als je net I2P opgestart hebt, zullen de 'Active:' (Actieve) getallen aan de linkerkant in de komende minuten stijgen, en je zal een "Shared clients" (Gedeelde clients) lokale bestemming zien staan aan de linkerkant (indien niet, zie hieronder). Eenmaal je deze bestemming ziet, kan je: Om du just har startat I2P kommer de "Aktiva: #/#" börja öka inom
några få minuter och du kommer se en destination kallad "delade
klienter" på den vänstra listan (om inte se
diff --git a/readme_zh.html b/readme_zh.html
index 9bc1ed6bf..81ba4fd4d 100644
--- a/readme_zh.html
+++ b/readme_zh.html
@@ -6,7 +6,7 @@
如果 I2P 已经运行,未来的几分钟里控制台左侧的活动节点(Active)数量将会增加,并会出现名为共享客户端("shared clients") 的本地目标。(如果没有,请见 疑难解答)。待出现以上消息后,您可以: \n");
+ buf.append(" Local destinations
");
+ buf.append("
\n");
long bytesTransmitted = _context.bandwidthLimiter().getTotalAllocatedOutboundBytes();
// NPE here early
double averagePacketSize = _context.statManager().getRate("udp.sendPacketSize").getLifetimeAverageValue();
@@ -2011,7 +2011,7 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
double nondupSent = ((double)bytesTransmitted - ((double)resentTotal)*averagePacketSize);
double bwResent = (nondupSent <= 0 ? 0d : ((((double)resentTotal)*averagePacketSize) / nondupSent));
buf.append("Local destinations
");
for (Iterator iter = clients.iterator(); iter.hasNext(); ) {
Destination client = (Destination)iter.next();
diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp
index 0c054a7d2..02e3845de 100644
--- a/apps/routerconsole/jsp/configkeyring.jsp
+++ b/apps/routerconsole/jsp/configkeyring.jsp
@@ -17,15 +17,13 @@
Keyring
+Keyring
The router keyring is used to decrypt encrypted leaseSets.
The keyring may contain keys for local or remote encrypted destinations.
-
Manually Ban / Unban a Peer
Banning will prevent the participation of this peer in tunnels you create.
-
<% long speed = 0; long capacity = 0;
if (! "".equals(peer)) {
// get existing bonus values?
}
%>
-
-
Configure I2P Stat Collection
- Enable full stats?
+
Stat file:
- Filter: (toggle all)
+Filter: (toggle all)
<% while (statshelper.hasMoreStats()) {
diff --git a/apps/routerconsole/jsp/configui.jsp b/apps/routerconsole/jsp/configui.jsp
index 89f7d7c2b..a3a2cb47d 100644
--- a/apps/routerconsole/jsp/configui.jsp
+++ b/apps/routerconsole/jsp/configui.jsp
@@ -20,7 +20,7 @@
Router Console Theme
+Router Console Theme
-Summary Bar Information
Summary Bar Information
General
+
General
-Legal stuff
+
Legal stuff
Release history
+Release history
Welcome to I2P!
+Welcome to I2P!
There are many more eepsites - just follow the links from the ones you see,
bookmark your favorites, and visit them often!
-
+
Willkommen zu I2P!
+Willkommen zu I2P!
Bienvenu a I2P!
+Bienvenu a I2P!
diff --git a/readme_nl.html b/readme_nl.html
index a4067d353..78f26ecba 100644
--- a/readme_nl.html
+++ b/readme_nl.html
@@ -1,7 +1,7 @@
-Welkom bij I2P!
+Welkom bij I2P!
diff --git a/readme_sv.html b/readme_sv.html
index eb85ff9d1..4c02cfcdf 100644
--- a/readme_sv.html
+++ b/readme_sv.html
@@ -1,7 +1,7 @@
-Welcome to I2P!
+Welcome to I2P!
-
欢迎使用 I2P!
+欢迎使用 I2P!
diff --git a/router/java/src/net/i2p/router/transport/ntcp/NTCPTransport.java b/router/java/src/net/i2p/router/transport/ntcp/NTCPTransport.java
index 29aac8f7b..2614af25d 100644
--- a/router/java/src/net/i2p/router/transport/ntcp/NTCPTransport.java
+++ b/router/java/src/net/i2p/router/transport/ntcp/NTCPTransport.java
@@ -642,10 +642,10 @@ public class NTCPTransport extends TransportImpl {
long totalRecv = 0;
StringBuilder buf = new StringBuilder(512);
- buf.append("
NTCP connections: ").append(peers.size());
+ buf.append("
\n" +
+ buf.append(".\n" +
"NTCP connections: ").append(peers.size());
buf.append(". Limit: ").append(getMaxConnections());
buf.append(". Timeout: ").append(DataHelper.formatDuration(_pumper.getIdleTimeout()));
- buf.append(".
\n" +
"
\n");
}
- buf.append("Peer " +
"Dir " +
@@ -730,7 +730,7 @@ public class NTCPTransport extends TransportImpl {
"").append(recvTotal).append(" \n");
buf.append(" ").append(resentTotal);
buf.append(" ").append(dupRecvTotal).append(" \n");
- buf.append(" Percentage of bytes retransmitted (lifetime): ").append(formatPct(bwResent));
- buf.append("
(Includes retransmission required by packet loss)
Peer: the remote peer.
\n" +
"Dir: v means they offer to introduce us, ^ means we offer to introduce them.
\n" +
"Idle: the idle time is how long since a packet has been received or sent.
\n" +
"In/out: the rates show a smoothed inbound and outbound transfer rate (KBytes per second).
\n" +
@@ -2049,10 +2049,10 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
"TX: the number of packets sent to the peer.
\n" +
"RX: the number of packets received from the peer.
\n" +
"ReTX: the number of packets retransmitted to the peer.
\n" +
- "DupRX: the number of duplicate packets received from the peer." +
+ "DupRX: the number of duplicate packets received from the peer.