%@page contentType="text/html" %> <%@page trimDirectiveWhitespaces="true"%> <%@page pageEncoding="UTF-8"%>
<%=intl._("I2P will work best if you configure your rates to match the speed of your internet connection.")%>
<% int share = nethelper.getShareBandwidth(); if (share < 12) { out.print(""); out.print(intl._("NOTE")); out.print(": "); out.print(intl._("You have configured I2P to share only {0} KBps.", share)); out.print("\n"); out.print(intl._("I2P requires at least 12KBps to enable sharing. ")); out.print(intl._("Please enable sharing (participating in tunnels) by configuring more bandwidth. ")); out.print(intl._("It improves your anonymity by creating cover traffic, and helps the network.")); } else { out.print(intl._("You have configured I2P to share {0} KBps.", share)); out.print("\n"); out.print(intl._("The higher the share bandwidth the more you improve your anonymity and help the network.")); } %>
<%=intl._("Advanced network configuration page")%>