forked from I2P_Developers/i2p.www
close proposal 133
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %}
|
||||
{% block lastupdated %}{% trans %}October 2016{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.28{% endblock %}
|
||||
{% block lastupdated %}{% trans %}April 2017{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.30{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<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.
|
||||
Shortened IPv6 address (with "::") is allowed.
|
||||
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.
|
||||
Shortened IPv6 address (with "::") is allowed.
|
||||
Only present if firewalled, and introducers are required.
|
||||
|
@@ -5,8 +5,10 @@ Introducer Expiration
|
||||
:author: zzz
|
||||
:created: 2017-02-05
|
||||
:thread: http://zzz.i2p/topics/2230
|
||||
:lastupdated: 2017-04-07
|
||||
:status: Open
|
||||
:lastupdated: 2017-04-13
|
||||
:status: Closed
|
||||
:target: 0.9.30
|
||||
:implementedin: 0.9.30
|
||||
|
||||
.. contents::
|
||||
|
||||
|
Reference in New Issue
Block a user