upgrade deprecated argument
fix ze german (duck)
This commit is contained in:
@ -176,11 +176,11 @@ 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)
|
||||
clientApp.3.main=net.i2p.i2ptunnel.I2PTunnel
|
||||
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
|
||||
# GUI to let you visualize things)
|
||||
#clientApp.4.main=net.i2p.heartbeat.Heartbeat
|
||||
#clientApp.4.name=Heartbeat
|
||||
#clientApp.4.args=heartbeat.config
|
||||
#clientApp.4.args=heartbeat.config
|
||||
|
@ -401,7 +401,7 @@ public class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacade {
|
||||
|
||||
// Iterate through the old failure / success count, copying over the old
|
||||
// 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) {
|
||||
for (int i = 0; i < rv.getLeaseCount(); i++) {
|
||||
Lease old = rv.getLease(i);
|
||||
|
@ -85,7 +85,7 @@ public class VMCommSystem extends CommSystemFacade {
|
||||
_ctx = us;
|
||||
_from = from;
|
||||
_msg = msg;
|
||||
// bah, uberspeed!
|
||||
// bah, ueberspeed!
|
||||
//getTiming().setStartAfter(us.clock().now() + 50);
|
||||
}
|
||||
public void runJob() {
|
||||
@ -123,4 +123,4 @@ public class VMCommSystem extends CommSystemFacade {
|
||||
public void startup() {
|
||||
_commSystemFacades.put(_context.routerHash(), this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user