forked from I2P_Developers/i2p.www
Roadmap update; add 4/6 cap info
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
|
||||
{% block lastupdated %}2020-09{% endblock %}
|
||||
{% block accuratefor %}0.9.48{% endblock %}
|
||||
{% block lastupdated %}2021-03{% endblock %}
|
||||
{% block accuratefor %}0.9.50{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp'), ntcp2=site_url('docs/spec/ntcp2') -%}
|
||||
@@ -43,7 +43,7 @@ The following properties are stored in the network database.
|
||||
|
||||
<ul>
|
||||
<li><b>Transport name:</b> SSU
|
||||
</li><li><b>caps:</b> [B,C] <a href="#capabilities">{% trans %}See below{%- endtrans %}</a>.
|
||||
</li><li><b>caps:</b> [B,C,4,6] <a href="#capabilities">{% trans %}See below{%- endtrans %}</a>.
|
||||
</li><li><b>host:</b> IP (IPv4 or IPv6).
|
||||
Shortened IPv6 address (with "::") is allowed.
|
||||
May or may not be present if firewalled.
|
||||
@@ -582,6 +582,18 @@ If the peer address contains the 'C' capability, that means
|
||||
they are willing and able to serve as an introducer - serving
|
||||
as a Bob for an otherwise unreachable Alice.
|
||||
{%- endtrans %}</dd>
|
||||
<dt>4</dt><dd>
|
||||
As of 0.9.50, indicates outbound IPv4 capability.
|
||||
If an IP is published in the host field, this capability is not necessary.
|
||||
If this is an address with introducers for IPv4 introductions, '4' should be included.
|
||||
If the router is hidden, '4' and '6' may be combined in a single address.
|
||||
</dd>
|
||||
<dt>6</dt><dd>
|
||||
As of 0.9.50, indicates outbound IPv6 capability.
|
||||
If an IP is published in the host field, this capability is not necessary.
|
||||
If this is an address with introducers for IPv6 introductions, '6' should be included (not currently supported).
|
||||
If the router is hidden, '4' and '6' may be combined in a single address.
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h1><a name="future">{% trans %}Future Work{% endtrans %}</a></h1>
|
||||
|
Reference in New Issue
Block a user