diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html index 027a39be..bc601300 100644 --- a/i2p2www/pages/site/docs/index.html +++ b/i2p2www/pages/site/docs/index.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %} -{% block lastupdated %}2022-04{% endblock %} -{% block accuratefor %}0.9.53{% endblock %} +{% block lastupdated %}2022-08{% endblock %} +{% block accuratefor %}0.9.55{% endblock %} {% block content %}

{% trans -%} Following is an index to the technical documentation for I2P. @@ -180,6 +180,8 @@ Traditionally used only by Java applications and higher-level APIs.

  • {{ _('SSU specification') }}
  • +{{ _('SSU2 specification') }} +
  • {{ _('NTCP transport encryption') }}
  • {{ _('SSU transport encryption') }} diff --git a/i2p2www/spec/ssu2.rst b/i2p2www/spec/ssu2.rst new file mode 100644 index 00000000..fd8c90fa --- /dev/null +++ b/i2p2www/spec/ssu2.rst @@ -0,0 +1,25 @@ +====== +SSU2 +====== +.. meta:: + :category: Transports + :lastupdated: 2022-08 + :accuratefor: 0.9.55 + +.. contents:: + + + +Status +======== + +Development and testing in progress. See [Prop159]_. + + + + +References +========== + +.. [Prop159] + {{ proposal_url('159') }}