From cca11097c30b74e3b92dabd15164f281567e4008 Mon Sep 17 00:00:00 2001
From: zzz
Date: Wed, 7 Mar 2018 15:22:12 +0000
Subject: [PATCH] SSU clarifications
---
i2p2www/pages/site/docs/transport/ssu.html | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/i2p2www/pages/site/docs/transport/ssu.html b/i2p2www/pages/site/docs/transport/ssu.html
index 7ce34e19..a438cbf6 100644
--- a/i2p2www/pages/site/docs/transport/ssu.html
+++ b/i2p2www/pages/site/docs/transport/ssu.html
@@ -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 %}
{% 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.
-
ihost[0-2]: Introducer's IP (IPv4 or IPv6) or host name.
+ihost[0-2]: 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.
{% trans %}See below{%- endtrans %}.
@@ -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 %}
+IPv6 Notes
-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.