forked from I2P_Developers/i2p.www
SSU minor correction
This commit is contained in:
@@ -40,7 +40,6 @@ If you find any inaccuracies in the documents linked below, please
|
||||
<li><a href="{{ site_url('docs/naming') }}">{{ _('Naming and Addressbook') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/plugins') }}">{{ _('Plugins Overview') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/spec/plugin') }}">{{ _('Plugin Specification') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/spec/updates') }}">{{ _('Router software updates') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/applications/managed-clients') }}">{{ _('Managed Clients') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/applications/bittorrent') }}">{{ _('Bittorrent over I2P') }}</a></li>
|
||||
<li><a href="{{ site_url('docs/api/i2pcontrol') }}">{{ _('I2PControl Plugin API') }}</a></li>
|
||||
@@ -178,6 +177,8 @@ Traditionally used only by Java applications and higher-level APIs.
|
||||
|
||||
<h3>{% trans %}Other Router Topics{% endtrans %}</h3>
|
||||
<ul><li>
|
||||
<a href="{{ site_url('docs/spec/updates') }}">{{ _('Router software updates') }}</a>
|
||||
</li><li>
|
||||
<a href="{{ site_url('misc/jbigi') }}">{{ _('Native BigInteger Library') }}</a>
|
||||
</li><li>
|
||||
{{ _('Time synchronization and NTP') }}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}SSU Protocol Specification{% endblock %}
|
||||
{% block lastupdated %}September 2014{% endblock %}
|
||||
{% block accuratefor %}0.9.15{% endblock %}
|
||||
{% block lastupdated %}October 2014{% endblock %}
|
||||
{% block accuratefor %}0.9.16{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>
|
||||
@@ -435,7 +435,7 @@ bits 3-0: total identity fragments (F) 1-15</pre></li>
|
||||
<ul><li>The remaining bytes contain
|
||||
Alice's <a href="{{ site_url('docs/spec/common-structures') }}#type_Signature">Signature</a> of the critical exchanged
|
||||
data (X + Y + Alice's IP + Alice's port + Bob's IP + Bob's port
|
||||
+ Alice's new relay key + Alice's signed on time)
|
||||
+ Alice's new relay tag + Alice's signed on time)
|
||||
See notes for length information.
|
||||
</li></ul>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user