messageReliability=none

This commit is contained in:
zzz
2010-10-11 16:11:49 +00:00
parent 14648ea7ba
commit ce2acb8dab
2 changed files with 8 additions and 2 deletions

View File

@ -105,7 +105,8 @@ a <a href="i2cp_spec.html#type_SessionConfig">SessionConfig</a> contained in a <
two routers should not be in the same tunnel. 0 to disable.
<tr><td>i2cp.dontPublishLeaseSet <td>true, false<td>&nbsp;<td>false<td>Should generally be set to true for clients
and false for servers
<tr><td>i2cp.messageReliability <td>&nbsp;<td>BestEffort, Guaranteed<td>BestEffort<td>Guaranteed is disabled
<tr><td>i2cp.messageReliability <td>&nbsp;<td>BestEffort, Guaranteed, None<td>BestEffort<td>Guaranteed is disabled;
None implemented in 0.8.1; the streaming lib default is None as of 0.8.1
<tr><td>explicitPeers<td>&nbsp;<td>&nbsp;<td>null<td>Comma-separated list of Base 64 Hashes of peers to build tunnels through; for debugging only
</table>
<p>

View File

@ -95,7 +95,10 @@ Bandwidth Limits Message <---------------------
(succeeded)
{% endfilter %}
</pre>
<p>
Note: As of release 0.8.1, the router does not send either Message Status Message if
i2cp.messageReliability=none.
</p>
@ -798,6 +801,8 @@ That message will contain the same nonce sent here.
Later on,
based on the delivery guarantees of the session configuration, the router may
additionally send back another MessageStatusMessage updating the status.
Note: As of release 0.8.1, the router does not send either Message Status Message if
i2cp.messageReliability=none.
</p>