<%@page contentType="text/html" %> <%@page trimDirectiveWhitespaces="true"%> <%@page pageEncoding="UTF-8"%> <%@include file="css.jsi" %> <%=intl.title("configure bandwidth")%> <%@include file="summaryajax.jsi" %> <%@include file="summary.jsi" %>

<%=intl._t("I2P Bandwidth Configuration")%>

<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %>

<%=intl._t("Bandwidth Limiter")%> [<%=intl._t("Advanced Network Configuration")%>]

<%-- display burst, set standard, handler will fix up --%> <%-- --%> <%-- display burst, set standard, handler will fix up --%> <%-- --%>
<%=intl._t("I2P will work best if you configure your rates to match the speed of your internet connection.")%>

<%=intl._t("All sidebar values are in bytes per second, not bits per second.")%> <%=intl._t("You may change your bandwidth limits here.")%> <%=intl._t("The more bandwidth you make available, the more you help the network and improve your own anonymity, so please take the time to review the settings.")%> <%=intl._t("If you are unsure of your network's speed, use the Bandwidth Test.")%> <%=intl._t("Your upstream share amount (KBps Out) will determine your overall contribution to the network.")%>

" > <%=intl._t("KBps In")%> ()
" > <%=intl._t("KBps Out")%> ()
<%=intl._t("Share")%> ()
<% int share = Math.round(nethelper.getShareBandwidth() * 1.024f); if (share < 12) { out.print(""); out.print(intl._t("NOTE")); out.print(": "); out.print(intl._t("You have configured I2P to share only {0} KBps.", share)); out.print("\n"); out.print(intl._t("I2P requires at least 12KBps to enable sharing. ")); out.print(intl._t("Please enable sharing (participating in tunnels) by configuring more bandwidth. ")); out.print(intl._t("It improves your anonymity by creating cover traffic, and helps the network.")); } else { out.print(intl._t("You have configured I2P to share {0} KBps.", share)); out.print("\n"); out.print(intl._t("The higher the share bandwidth the more you improve your anonymity and help the network.")); } %>
" > " >