forked from I2P_Developers/i2p.www
0.9.7
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Streaming Library Specification{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}November 2012{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.3{% endblock %}
|
||||
{% block lastupdated %}{% trans %}July 2013{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.6{% endblock %}
|
||||
{% block content %}
|
||||
<p><a href="{{ site_url('docs/api/streaming') }}">{% trans -%}
|
||||
See the Streaming page for an overview of the Streaming Library.
|
||||
@@ -128,7 +128,9 @@ Unused or ignored; the interactive profile is unimplemented.
|
||||
Unused except by ping programs
|
||||
<tr><td>10<td>NO_ACK<td align="center">--<td>
|
||||
This flag simply tells the recipient to ignore the ackThrough field in the header.
|
||||
Currently unused, the ackThrough field is always valid.
|
||||
Currently set in the inital SYN packet, otherwise the ackThrough field is always valid.
|
||||
Note that this does not save any space, the ackThrough field is before the flags
|
||||
and is always present.
|
||||
<tr><td>11-15<td>unused<td><td>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user