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

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

<%@include file="confignav.jsi" %> " /> " /> <% String peer = ""; if (request.getParameter("peer") != null) peer = net.i2p.data.DataHelper.stripHTML(request.getParameter("peer")); // XSS %>
<% String prev = System.getProperty("net.i2p.router.web.ConfigPeerHandler.nonce"); if (prev != null) System.setProperty("net.i2p.router.web.ConfigPeerHandler.noncePrev", prev); System.setProperty("net.i2p.router.web.ConfigPeerHandler.nonce", new java.util.Random().nextLong()+""); %> " />

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

<%=intl._("Router Hash")%>:

<%=intl._("Manually Ban / Unban a Peer")%>

<%=intl._("Banning will prevent the participation of this peer in tunnels you create.")%>

" /> " /> <% if (! "".equals(peer)) { %> <% } %>

<%=intl._("Adjust Profile Bonuses")%>

<%=intl._("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._("profiles page")%>.

<% long speed = 0; long capacity = 0; if (! "".equals(peer)) { // get existing bonus values? } %>

<%=intl._("Speed")%>: <%=intl._("Capacity")%>: " />

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

" />

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