close proposal 133

This commit is contained in:
zzz
2017-04-13 16:32:34 +00:00
parent 50fcc4a9ed
commit a932366135
2 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %} {% extends "global/layout.html" %}
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %} {% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
{% block lastupdated %}{% trans %}October 2016{% endtrans %}{% endblock %} {% block lastupdated %}{% trans %}April 2017{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.28{% endblock %} {% block accuratefor %}0.9.30{% endblock %}
{% block content %} {% block content %}
<p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%} <p>{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%}
@@ -48,6 +48,11 @@ The following properties are stored in the network database.
</li><li><b>host:</b> IP (IPv4 or IPv6) or host name. </li><li><b>host:</b> IP (IPv4 or IPv6) or host name.
Shortened IPv6 address (with "::") is allowed. Shortened IPv6 address (with "::") is allowed.
May or may not be present if firewalled. May or may not be present if firewalled.
</li><li><b>iexp[0-2]:</b> Expiration of this introducer.
ASCII digits, in seconds since the epoch.
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) or host name.
Shortened IPv6 address (with "::") is allowed. Shortened IPv6 address (with "::") is allowed.
Only present if firewalled, and introducers are required. Only present if firewalled, and introducers are required.

View File

@@ -5,8 +5,10 @@ Introducer Expiration
:author: zzz :author: zzz
:created: 2017-02-05 :created: 2017-02-05
:thread: http://zzz.i2p/topics/2230 :thread: http://zzz.i2p/topics/2230
:lastupdated: 2017-04-07 :lastupdated: 2017-04-13
:status: Open :status: Closed
:target: 0.9.30
:implementedin: 0.9.30
.. contents:: .. contents::