From 8c3145b70fdf08bf249e4394f4231af626e6e9f8 Mon Sep 17 00:00:00 2001 From: jrandom Date: Sun, 21 Nov 2004 23:23:42 +0000 Subject: [PATCH] 2004-11-21 jrandom * Only allow small clock skews after the first 10 minutes of operation (to prevent later network lag bouncing us way off course - yes, we really need an NTP impl to balance out the network burps...) * Revamp the I2PTunnel web interface startup process so that everything is shown immediately, so that different pieces hanging don't hang the rest, and other minor bugfixes. * Take note of SAM startup error (in case you're already running a SAM bridge...) * Increase the bandwidth limiter burst values available to 10-60s (or whatever is placed in /configadvanced.jsp, of course) --- .../java/src/net/i2p/router/web/ConfigNetHelper.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHelper.java index 69d957991..14f67614c 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHelper.java @@ -120,15 +120,12 @@ public class ConfigNetHelper { private static String getBurstFactor(int numSeconds, String name) { StringBuffer buf = new StringBuffer(256); buf.append("\n"); return buf.toString();