SSU clarifications

This commit is contained in:
zzz
2018-03-07 15:22:12 +00:00
parent 63239a3ff8
commit cca11097c3

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
{% block lastupdated %}{% trans %}October 2017{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.32{% endblock %}
{% block lastupdated %}{% trans %}March 2018{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.34{% endblock %}
{% block content %}
<p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%}
@@ -54,7 +54,8 @@ The following properties are stored in the network database.
Only present if firewalled, and introducers are required.
Optional (even if other properties for this introducer are present).
As of release 0.9.30, proposal 133.
</li><li><b>ihost[0-2]:</b> Introducer's IP (IPv4 or IPv6) or host name.
</li><li><b>ihost[0-2]:</b> Introducer's IP (IPv4 or IPv6).
Host names were previously allowed, but are deprecated as of release 0.9.32. See proposal 141.
Shortened IPv6 address (with "::") is allowed.
Only present if firewalled, and introducers are required.
<a href="#introduction">{% trans %}See below{%- endtrans %}</a>.
@@ -406,11 +407,13 @@ Alice first connects to introducer Bob, who relays the request to Charlie.
After the hole punch, the session is established between Alice and Charlie as in a direct establishment.
{%- endtrans %}</p>
<h3>IPv6 Notes</h3>
<p>
IPv6 notes:
IPv6 is supported as of version 0.9.8.
Published relay addresses may be IPv4 or IPv6, and
Alice-Bob communication may be via IPv4 or IPv6.
Bob-Charlie and Alice-Charlie communication is via IPv4 only.
See the specification for details.
</p>