streaming clarification
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}July 2018{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.36{% endblock %}
|
||||
{% block lastupdated %}2020-04{% endblock %}
|
||||
{% block accuratefor %}0.9.46{% endblock %}
|
||||
{% block content %}
|
||||
<h2>{% trans %}Overview{% endtrans %}</h2>
|
||||
|
||||
@ -300,7 +300,8 @@ As of release {{ release }}.
|
||||
{%- endtrans %}</td></tr>
|
||||
|
||||
<tr><td>i2p.streaming.maxMessageSize</td><td>1730</td><td>{% trans -%}
|
||||
The MTU in bytes.
|
||||
The maximum size of the payload,
|
||||
i.e. the MTU in bytes.
|
||||
{%- endtrans %}</td></tr>
|
||||
|
||||
<tr><td>i2p.streaming.maxResends</td><td>8</td><td>{% trans -%}
|
||||
@ -403,7 +404,10 @@ a large amount of overhead.
|
||||
The MTU is specified by the option i2p.streaming.maxMessageSize.
|
||||
The current default MTU of 1730 was chosen to fit precisely into two 1K I2NP tunnel messages,
|
||||
including overhead for the typical case.
|
||||
{%- endtrans %}</p>
|
||||
{%- endtrans %}
|
||||
Note: This is the maximum size of the payload only, not including the header.
|
||||
</p>
|
||||
|
||||
|
||||
<p>{% trans -%}
|
||||
The first message in a connection includes a 387 byte (typical) Destination added by the streaming layer,
|
||||
|
@ -184,8 +184,8 @@ Bit order: 15....0 (15 is MSB)
|
||||
[Integer]_ wants the recipient to wait before sending any more data. A
|
||||
value greater than 60000 indicates choking.
|
||||
|
||||
7 MAX_PACKET_SIZE_INCLUDED 3 2 byte Currently sent with SYNCHRONIZE only. Was also sent in
|
||||
[Integer]_ retransmitted packets until release 0.9.1.
|
||||
7 MAX_PACKET_SIZE_INCLUDED 3 2 byte The maximum length of the payload. Send with SYNCHRONIZE.
|
||||
[Integer]_
|
||||
|
||||
8 PROFILE_INTERACTIVE -- -- Unused or ignored; the interactive profile is unimplemented.
|
||||
|
||||
|
Reference in New Issue
Block a user