From 95a38779decacbc15f508729352fb3f38b4c0b6d Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 5 May 2009 22:24:19 +0000 Subject: [PATCH] * Console: Disable idle options for streamr client, it will never be idle because it pings the server --- apps/i2ptunnel/jsp/editClient.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 915da5db9..4f0a5a338 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -284,6 +284,7 @@ + <% if (!"streamrclient".equals(tunnelType)) { // streamr client sends pings so it will never be idle %>

@@ -362,6 +363,7 @@ class="tickbox" /> + <% } // !streamrclient %>