I2CP ratchet tagset size options

This commit is contained in:
zzz
2020-06-12 15:57:16 +00:00
parent 0189b78163
commit 2c5d43aedc

View File

@ -132,6 +132,32 @@ Recommended: approximately tagsToSend * 2/3
{%- endtrans %}</td>
</tr>
<tr>
<td>crypto.ratchet.inboundTags
<td>0.9.47</td>
<td>&nbsp;
<td>1-?
<td>160
<td>
Inbound tag window for ECIES-X25519-AEAD-Ratchet.
Local inbound tagset size.
See proposal 144.
</td>
</tr>
<tr>
<td>crypto.ratchet.outboundTags
<td>0.9.47</td>
<td>&nbsp;
<td>1-?
<td>160
<td>
Outbound tag window for ECIES-X25519-AEAD-Ratchet.
Advisory to send to the far-end in the options block.
See proposal 144.
</td>
</tr>
<tr>
<td>crypto.tagsToSend
<td>0.9.2</td>