forked from I2P_Developers/i2p.www
Note that FROM must be sent with RESET prior to 0.9.20.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Streaming Library Specification{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}August 2014{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.14.1{% endblock %}
|
||||
{% block lastupdated %}{% trans %}April 2015{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.19{% endblock %}
|
||||
{% block content %}
|
||||
<p><a href="{{ site_url('docs/api/streaming') }}">{% trans -%}
|
||||
See the Streaming page for an overview of the Streaming Library.
|
||||
@@ -105,6 +105,7 @@ SIGNATURE_INCLUDED must be set also.
|
||||
<tr><td>2<td>RESET<td align="center">--<td align="center">--<td>
|
||||
Abnormal close.
|
||||
SIGNATURE_INCLUDED must be set also.
|
||||
Prior to release 0.9.20, due to a bug, FROM_INCLUDED must also be set.
|
||||
<tr><td>3<td>SIGNATURE_INCLUDED<td align="center">4<td>variable length <a href="{{ site_url('docs/spec/common-structures') }}#type_Signature">Signature</a>
|
||||
<td>
|
||||
Currently sent only with SYNCHRONIZE, CLOSE, and RESET, where it is required,
|
||||
@@ -121,6 +122,7 @@ Unused. Requests every packet in the other direction to have SIGNATURE_INCLUDED
|
||||
<td>
|
||||
Currently sent only with SYNCHRONIZE, where it is required,
|
||||
and with ECHO, where it is required for a ping.
|
||||
Prior to release 0.9.20, due to a bug, must also be sent with RESET.
|
||||
<tr><td>6<td>DELAY_REQUESTED<td align="center">1<td>2 byte <a href="{{ site_url('docs/spec/common-structures') }}#type_Integer">Integer</a><td>
|
||||
Optional delay.
|
||||
How many milliseconds the sender of this packet wants the recipient
|
||||
|
Reference in New Issue
Block a user