forked from I2P_Developers/i2p.www
change default
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
|
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
|
||||||
{% block lastupdated %}{% trans %}February 2018{% endtrans %}{% endblock %}
|
{% block lastupdated %}{% trans %}July 2018{% endtrans %}{% endblock %}
|
||||||
{% block accuratefor %}0.9.34{% endblock %}
|
{% block accuratefor %}0.9.36{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% trans %}Overview{% endtrans %}</h2>
|
<h2>{% trans %}Overview{% endtrans %}</h2>
|
||||||
|
|
||||||
@@ -213,13 +213,15 @@ router in a separate JVM and context.
|
|||||||
As of release {{ release }}.
|
As of release {{ release }}.
|
||||||
{%- endtrans %}</td></tr>
|
{%- endtrans %}</td></tr>
|
||||||
|
|
||||||
<tr><td>i2p.streaming.enforceProtocol</td><td>false</td><td>{% trans -%}
|
<tr><td>i2p.streaming.enforceProtocol</td><td>true</td><td>{% trans -%}
|
||||||
Whether to listen only for the streaming protocol.
|
Whether to listen only for the streaming protocol.
|
||||||
Setting to true will prohibit communication with Destinations earlier than release 0.7.1
|
Setting to true will prohibit communication with Destinations earlier than release 0.7.1
|
||||||
(released March 2009). Set to true if running multiple protocols on this Destination.
|
(released March 2009). Set to true if running multiple protocols on this Destination.
|
||||||
{%- endtrans %} {% trans release='0.9.1' -%}
|
{%- endtrans %} {% trans release='0.9.1' -%}
|
||||||
As of release {{ release }}.
|
As of release {{ release }}.
|
||||||
{%- endtrans %}</td></tr>
|
{%- endtrans %}
|
||||||
|
Default true as of release 0.9.36.
|
||||||
|
</td></tr>
|
||||||
|
|
||||||
<tr><td>i2p.streaming.inactivityAction</td><td>2 (send) </td><td>{% trans -%}
|
<tr><td>i2p.streaming.inactivityAction</td><td>2 (send) </td><td>{% trans -%}
|
||||||
(0=noop, 1=disconnect)
|
(0=noop, 1=disconnect)
|
||||||
|
Reference in New Issue
Block a user