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

Skip to content
Snippets Groups Projects
Commit b033c794 authored by zzz's avatar zzz Committed by zzz
Browse files

(zzz) i2psnark: clarify that total uploader value is peers on UI. (thanks jadeSerpent)

parent 0c2dcf08
No related branches found
No related tags found
No related merge requests found
...@@ -639,7 +639,7 @@ public class I2PSnarkServlet extends HttpServlet { ...@@ -639,7 +639,7 @@ public class I2PSnarkServlet extends HttpServlet {
out.write("</select><br />\n"); out.write("</select><br />\n");
*/ */
out.write("Total uploader limit: <input type=\"text\" name=\"upLimit\" value=\"" out.write("Total uploader limit: <input type=\"text\" name=\"upLimit\" value=\""
+ I2PSnarkUtil.instance().getMaxUploaders() + "\" size=\"3\" /><br />\n"); + I2PSnarkUtil.instance().getMaxUploaders() + "\" size=\"3\" /> peers<br />\n");
//out.write("<hr />\n"); //out.write("<hr />\n");
out.write("EepProxy host: <input type=\"text\" name=\"eepHost\" value=\"" out.write("EepProxy host: <input type=\"text\" name=\"eepHost\" value=\""
......
...@@ -15,9 +15,9 @@ import net.i2p.CoreVersion; ...@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.495 $ $Date: 2007-03-12 13:19:57 $"; public final static String ID = "$Revision: 1.496 $ $Date: 2007-03-13 23:06:27 $";
public final static String VERSION = "0.6.1.27"; public final static String VERSION = "0.6.1.27";
public final static long BUILD = 9; public final static long BUILD = 10;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);
......
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