diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 1de0afa9..40a3ffeb 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -2,7 +2,7 @@ {% block title %}{{ _('Download') }}{% endblock %} {% set i2pinstall_windows_sig = '536a5dd49110a3717c74701c7f2ed91deea10109e527125c3bbed3b6863fffaa' %} {% set i2pinstall_jar_sig = 'a0fe6702424d14fdb8697aa34fae0f5960dd6045a469ce910ad90928362eb72e' %} -{% set i2p_android_sig = 'e74f8d4d541fb89586f9adcfe9d41ac28e8c6aae2c29798cacfe33f9b5752dfc' %} +{% set i2p_android_sig = 'ddbe0615495e7e0d1b81c581907ab974ddebc9d4f8059b789667d7f26b341748' %} {% set i2psource_sig = '50b18c6e012cae1f05295b54ec88ab71c56b8ebf8b9267242bab37f918b80166' %} {% set i2pupdate_sig = '5264e4c02b7d8b9a6af3c5829d891f6a53f51a976d08fa68873b8717cbfc4b74' %} {% block content %} @@ -122,11 +122,11 @@ or type java -version at your command prompt.
{{ i2p_android_sig }}
)
diff --git a/i2p2www/pages/site/docs/transport/ntcp.html b/i2p2www/pages/site/docs/transport/ntcp.html
index 6c5bc104..6772a028 100644
--- a/i2p2www/pages/site/docs/transport/ntcp.html
+++ b/i2p2www/pages/site/docs/transport/ntcp.html
@@ -97,6 +97,15 @@ maximum timeout is ten minutes or more.
{%- endtrans %}
+{% trans -%} +After establishment, and every 30-60 minutes thereafter, +the two routers should generally exchange RouterInfos using a DatabaseStoreMessage. +However, Alice should check if the first queued message is a DatabaseStoreMessage +so as not to send a duplicate message; this is often the case when connecting to a floodfill router. +{%- endtrans %}
+ +{% trans -%} In the establish state, there is a 4-phase message sequence to exchange DH keys and signatures.