messageReliability=none
This commit is contained in:
@ -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> <td>false<td>Should generally be set to true for clients
|
||||
and false for servers
|
||||
<tr><td>i2cp.messageReliability <td> <td>BestEffort, Guaranteed<td>BestEffort<td>Guaranteed is disabled
|
||||
<tr><td>i2cp.messageReliability <td> <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> <td> <td>null<td>Comma-separated list of Base 64 Hashes of peers to build tunnels through; for debugging only
|
||||
</table>
|
||||
<p>
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user