- Feb 09, 2023
- Feb 08, 2023
-
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
if floodfill, unreachable, or L class Only kicks in if we don't have a lot of RIs to begin with
-
zzz authored
Adjust expiration faster Use more efficient RI lookup method
-
zzz authored
-
zzz authored
-
zzz authored
exempt routers within our keyspace if we are floodfill
-
zzz authored
Block IP on failed inbound Ban peers that ban us
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
Reduce max fail rate Lookup RIs more efficiently
-
zzz authored
-
zzz authored
Add routing key to router infos (advanced)
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
Don't do pair distance check unless enough memory
-
- Feb 04, 2023
-
-
zzz authored
-
zzz authored
-
zzz authored
Set caps based on job lag and share bandwidth Add 20 minute rate to tunnel.participatingMessageCountAvgPerTunnel to be used for congestion caps Don't set congestion cap if hidden
-
zzz authored
Remove old non-required client.timeoutCongestion* stats in OCMOSJ. Remove RouterThrottle.getInboundRateDelta(), used only for those stats. Remove transport.sendMessageSize rates longer than 60s, used only for getInboundRateDelta(). Remove transport.receiveMessageSize rates longer than 60s, unused anywhere. Remove transport.sendProcessingTime rates longer than 60s, unused anywhere. getInboundRateDelta() was broken anyway as it was looking at send, not receive size. All of this was untouched since 2004. 9 total rates for required stats removed.
-
- Feb 03, 2023
-
-
zzz authored
ref: http://zzz.i2p/topics/3577
-
zzz authored
By using custom version of storeProps()/loadprops() for torrent config files ref: http://zzz.i2p/topics/3576
-
zzz authored
ref: http://zzz.i2p/topics/3576
-
- Feb 01, 2023
-
-
zzz authored
to save a large amount of space. 30m rates were almost always within 10% of the 60m rates, so we clearly don't need both. Keep 60m because that's what we publish in the netdb. Adjust rate weighting in CapacityCalculator accordingly.
-
zzz authored
Previously did not count probabalistic or transient codes Reduce 10 minute acceptance rate for these codes (previously adjusted the averaged rate) Make rates final in TunnelHistory Static rates array to reduce object churn Prep for removing 30m rates Reduce now() calls, pull out of loops
-
zzz authored
-
zzz authored
Not necessary, and will be the wrong LS for EdDSA subsession
-
zzz authored
-
- Jan 31, 2023
-
-
zzz authored
all over, for object churn
-
- Jan 30, 2023