diff --git a/i2p2www/pages/site/docs/api/streaming.html b/i2p2www/pages/site/docs/api/streaming.html
index 667b8635..87b103bb 100644
--- a/i2p2www/pages/site/docs/api/streaming.html
+++ b/i2p2www/pages/site/docs/api/streaming.html
@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
-{% block lastupdated %}{% trans %}February 2018{% endtrans %}{% endblock %}
-{% block accuratefor %}0.9.34{% endblock %}
+{% block lastupdated %}{% trans %}July 2018{% endtrans %}{% endblock %}
+{% block accuratefor %}0.9.36{% endblock %}
{% block content %}
{% trans %}Overview{% endtrans %}
@@ -213,13 +213,15 @@ router in a separate JVM and context.
As of release {{ release }}.
{%- endtrans %}
-i2p.streaming.enforceProtocol | false | {% trans -%}
+ |
i2p.streaming.enforceProtocol | true | {% trans -%}
Whether to listen only for the streaming protocol.
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.
{%- endtrans %} {% trans release='0.9.1' -%}
As of release {{ release }}.
-{%- endtrans %} |
+{%- endtrans %}
+Default true as of release 0.9.36.
+
i2p.streaming.inactivityAction | 2 (send) | {% trans -%}
(0=noop, 1=disconnect)
|