Update SSU docs for IPv6 introductions, close prop. 158

This commit is contained in:
zzz
2021-04-26 10:31:59 -04:00
parent 10f8129d13
commit a239e7ccd5
3 changed files with 27 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
{% block lastupdated %}2021-03{% endblock %}
{% block lastupdated %}2021-04{% endblock %}
{% block accuratefor %}0.9.50{% endblock %}
{% block content %}
@@ -413,7 +413,8 @@ After the hole punch, the session is established between Alice and Charlie as in
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.
Through release 0.9.49, Bob-Charlie and Alice-Charlie communication is via IPv4 only.
Relaying for IPv6 is supported as of release 0.9.50.
See the specification for details.
</p>