Add proposed I2CP message reliability override (ticket #788)

This commit is contained in:
zzz
2013-11-08 17:54:29 +00:00
parent e4f551054f
commit c018436e83

View File

@ -1031,7 +1031,19 @@ Definitions are subject to change. Use the SendMessageOptions class to construct
</p><p> </p><p>
Bit order: 15...0 Bit order: 15...0
</p><p> </p><p>
Bits 15-9: Unused, must be zero Bits 15-11: Unused, must be zero
</p><p>
Bits 10-9: Message Reliability Override (scheduled for release 0.9.10)
<table border=1>
<tr><th>Field value<th>Description
<tr><td align="center">00<td>Use session setting i2cp.messageReliabiltiy (default)
<tr><td align="center">01<td>Use "best effort" message reliabiltiy for this message,
overriding the session setting. The router will send one or more MessageStatusMessages in response.
<tr><td align="center">10<td>Use "guaranteed" message reliabiltiy for this message,
overriding the session setting. The router will send one or more MessageStatusMessages in response.
<tr><td align="center">11<td>Unused. Use a nonce value of 0 to force "none" and override a session setting
of "best effort" or "guaranteed".
</table>
</p><p> </p><p>
Bit 8: If 1, don't send lease set Bit 8: If 1, don't send lease set
</p><p> </p><p>