- Dec 11, 2020
-
-
zzz authored
- Change router ECIES SKM to use N pattern, remove Elligator2, to match proposal changes - Allow encrypted messages to ECIES routers - Allow ECIES routers to become floodfill - Add XDH factory to VM comm system for tests
-
- Dec 06, 2020
- Dec 05, 2020
-
-
zzz authored
Format send window and slow start threshold values
-
- Dec 01, 2020
-
-
zzz authored
Javadoc fix
- Nov 27, 2020
-
-
zzz authored
-
- Nov 26, 2020
-
-
zzz authored
SSU: Don't wakeup OMF after ack if no more messages are pending
-
- Nov 24, 2020
-
-
zzz authored
-
- Nov 22, 2020
-
-
zzz authored
-
- 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
-