upgrade deprecated argument
fix ze german (duck)
This commit is contained in:
@ -176,9 +176,9 @@ clientApp.2.args=0.0.0.0 7656 i2cp.tcp.host=localhost i2cp.tcp.port=##_router_i2
|
|||||||
# EepProxy (HTTP proxy that lets you browse both eepsites and the normal web via squid.i2p)
|
# EepProxy (HTTP proxy that lets you browse both eepsites and the normal web via squid.i2p)
|
||||||
clientApp.3.main=net.i2p.i2ptunnel.I2PTunnel
|
clientApp.3.main=net.i2p.i2ptunnel.I2PTunnel
|
||||||
clientApp.3.name=EepProxy
|
clientApp.3.name=EepProxy
|
||||||
clientApp.3.args=-nogui -e "config localhost ##_router_i2cp_port##" -e "httpclient 4444"
|
clientApp.3.args=-nocli -e "config localhost ##_router_i2cp_port##" -e "httpclient 4444"
|
||||||
|
|
||||||
# Heartbeat engine (uber-simple ping/pong system, configured in heartbeat.config. By itself
|
# Heartbeat engine (ueber-simple ping/pong system, configured in heartbeat.config. By itself
|
||||||
# it just writes out stat data where its told to, but there's a seperate HeartbeatMonitor
|
# it just writes out stat data where its told to, but there's a seperate HeartbeatMonitor
|
||||||
# GUI to let you visualize things)
|
# GUI to let you visualize things)
|
||||||
#clientApp.4.main=net.i2p.heartbeat.Heartbeat
|
#clientApp.4.main=net.i2p.heartbeat.Heartbeat
|
||||||
|
@ -401,7 +401,7 @@ public class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacade {
|
|||||||
|
|
||||||
// Iterate through the old failure / success count, copying over the old
|
// Iterate through the old failure / success count, copying over the old
|
||||||
// values (if any tunnels overlap between leaseSets). no need to be
|
// values (if any tunnels overlap between leaseSets). no need to be
|
||||||
// uberthreadsafe fascists here, since these values are just heuristics
|
// ueberthreadsafe fascists here, since these values are just heuristics
|
||||||
if (rv != null) {
|
if (rv != null) {
|
||||||
for (int i = 0; i < rv.getLeaseCount(); i++) {
|
for (int i = 0; i < rv.getLeaseCount(); i++) {
|
||||||
Lease old = rv.getLease(i);
|
Lease old = rv.getLease(i);
|
||||||
|
@ -85,7 +85,7 @@ public class VMCommSystem extends CommSystemFacade {
|
|||||||
_ctx = us;
|
_ctx = us;
|
||||||
_from = from;
|
_from = from;
|
||||||
_msg = msg;
|
_msg = msg;
|
||||||
// bah, uberspeed!
|
// bah, ueberspeed!
|
||||||
//getTiming().setStartAfter(us.clock().now() + 50);
|
//getTiming().setStartAfter(us.clock().now() + 50);
|
||||||
}
|
}
|
||||||
public void runJob() {
|
public void runJob() {
|
||||||
|
Reference in New Issue
Block a user