- Nov 20, 2020
- Nov 17, 2020
-
-
zzz authored
The #ls2 team plans to change the specification and re-enable after the 0.9.48 release
-
zzz authored
Backport JavaVersion.java from Jetty 9.4.34 Jetty does not plan to fix in 9.3.x ref: https://github.com/eclipse/jetty.project/issues/5682 https://github.com/eclipse/jetty.project/issues/2284 http://zzz.i2p/topics/2991
-
- Nov 16, 2020
- Nov 11, 2020
- Nov 10, 2020
-
-
zzz authored
-
- Nov 07, 2020
- Nov 05, 2020
-
-
zzz authored
to prevent failures on connections esp. for hidden mode
-
- Nov 04, 2020
-
-
zzz authored
Set accurate lengths for zero-copy
-
- Nov 02, 2020
- Oct 29, 2020
- Oct 28, 2020
- Oct 25, 2020
-
-
zzz authored
Additional checks on ECIES BRR to catch old/buggy routers Detailed logging of ECIES BRR decrypt fails
-
- Oct 23, 2020
- Oct 21, 2020
-
-
zzz authored
-
zzz authored
modelled on TCP Reno (RFCs 5681 and 6298) - Use a single timer per connection - Resend up to half the un-acked messages per timer event instead of a single message - Only send either old or new messages, do not mix - Cache/avoid several timer calls - Instead of 3 return values, allocating bandwidth is now a boolean function - Avoid one of the iterations over all un-acked messages every packet pusher loop - Remove 100 ms failsafe - Fix OMF debug log NPE With the same cpu usage the bandwidth is much higher Significant speed improvement for lossy connections (e.g. wifi) Patch by zlatinb
-
zzz authored
Support sending encrypted lookups and stores to ECIES routers Support requesting AEAD replies to ECIES routers Encrypt RI lookups when using ECIES even on slow machines Switch back to RatchetSKM Don't schedule ack timer for router SKM Reduce getContext() calls GMB null check cleanup MessageWrapper javadoc clarifications Log tweaks
-
zzz authored
-
zzz authored
-
- Oct 17, 2020
- Oct 15, 2020