- 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
- Oct 12, 2020
-
-
zzz authored
-
zzz authored
http://zzz.i2p/topics/2968
-
- Oct 10, 2020
-
-
zzz authored
reject reserved ranges
-
- Oct 09, 2020
- Oct 07, 2020
-
-
zzz authored
Ant version 1.9.8 or higher now required Drop support for Xenial package build Fix up BOB build configuration Fix i2psnark standalone build
-
- Oct 03, 2020
-
-
zzz authored
Preliminary, proposal not finalized, subject to change Not yet compatibility tested with other implementations Add peers to match requested length for explicitPeers remove commented out code log tweaks
-
- Sep 28, 2020
-
-
zzz authored
-
- Sep 26, 2020
-
-
zzz authored
Add support for zen and zen2 Enable more fallbacks for zen and zen2 Adds Zen and Zen2 binaries, stripped Built with gcc 9.3.0 Other binaries will be added if testing shows improvement Fix hangs in mbuild-all.sh build script Add silvermont and goldmont to build script, untested, support TBD GMP is GPLv2 More info: http://zzz.i2p/topics/2955
-
- Sep 16, 2020
-
-
zzz authored
-
- Sep 11, 2020