forked from I2P_Developers/i2p.www
streaming correction
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}September 2015{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.22{% endblock %}
|
||||
{% block lastupdated %}{% trans %}October 2016{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.27{% endblock %}
|
||||
{% block content %}
|
||||
<h2>{% trans %}Overview{% endtrans %}</h2>
|
||||
|
||||
@ -454,7 +454,7 @@ The sendStreamId may or may not correspond to an existing connection.
|
||||
<p>{% trans -%}
|
||||
A pong packet must have the ECHO flag set.
|
||||
The sendStreamId must be zero, and the receiveStreamId is the sendStreamId from the ping.
|
||||
The pong packet does not include any payload that was contained in the ping.
|
||||
Prior to release 0.9.18, the pong packet does not include any payload that was contained in the ping.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
|
Reference in New Issue
Block a user