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

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

<%@include file="confignav.jsi" %> <%@include file="formhandler.jsi" %> <% String peer = ""; if (request.getParameter("peer") != null) peer = net.i2p.data.DataHelper.stripHTML(request.getParameter("peer")); // XSS %>

<%=intl._t("Manual Peer Controls")%>

<% long speed = 0; long capacity = 0; if (! "".equals(peer)) { // get existing bonus values? } %>
<%=intl._t("Router Hash")%>:
<%=intl._t("Manually Ban / Unban a Peer")%>
<%=intl._t("Banning will prevent the participation of this peer in tunnels you create.")%>
" /> " /> <% if (! "".equals(peer)) { %> <% } %>
<%=intl._t("Adjust Profile Bonuses")%>
<%=intl._t("Bonuses may be positive or negative, and affect the peer's inclusion in Fast and High Capacity tiers. Fast peers are used for client tunnels, and High Capacity peers are used for some exploratory tunnels. Current bonuses are displayed on the")%> <%=intl._t("profiles page")%>.
<%=intl._t("Speed")%>: <%=intl._t("Capacity")%>: " />

<%=intl._t("Banned Peers")%>

<% profilesHelper.storeWriter(out); %>

<%=intl._t("Banned IPs")%>