aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Summermatter <elias.summermatter@seccom.ch>2021-06-15 20:57:08 +0200
committerElias Summermatter <elias.summermatter@seccom.ch>2021-06-15 20:57:08 +0200
commit11233d6498fd965b48d58db72c22304541385b85 (patch)
treefdd3c702f4f1ab169379f741df8c89b766933c28
parent4a1f9772d43554a6402791222fc1bc574a6dad28 (diff)
downloadlsd0003-11233d6498fd965b48d58db72c22304541385b85.tar.gz
lsd0003-11233d6498fd965b48d58db72c22304541385b85.zip
Fixed some more
-rw-r--r--draft-summermatter-set-union.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml
index 21e7c3c..449bb0f 100644
--- a/draft-summermatter-set-union.xml
+++ b/draft-summermatter-set-union.xml
@@ -2853,8 +2853,9 @@ END FUNCTION
2853 not fewer elements have been received than the other peer has committed to 2853 not fewer elements have been received than the other peer has committed to
2854 send at the beginning of the operation. 2854 send at the beginning of the operation.
2855 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" /> 2855 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" />
2856 message does not match to the sha-512 hash in our set), the operation has failed. This is a strong indicator 2856 message does not match to the SHA-512 hash of the local set), the operation has failed and the
2857 that something went wrong (eg. some hardware bug), this should never occur! 2857 reconciliation MUST be aborted. It is a strong indicator
2858 that something went wrong (eg. some hardware bug). This should never occur!
2858 </t> 2859 </t>
2859 </dd> 2860 </dd>
2860 </dl> 2861 </dl>
@@ -2974,8 +2975,9 @@ END FUNCTION
2974 the decoding of the IBF is finished or all open demands 2975 the decoding of the IBF is finished or all open demands
2975 have been answered, the operation MUST be terminated. 2976 have been answered, the operation MUST be terminated.
2976 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_done" format="title" /> 2977 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_done" format="title" />
2977 message does not match to the sha-512 hash in our set), the operation has failed. This is a strong indicator 2978 message does not match to the SHA-512 hash of the local set), the operation has failed and the
2978 that something went wrong (eg. some hardware bug), this should never occur! 2979 reconciliation MUST be aborted. It is a strong indicator
2980 that something went wrong (eg. some hardware bug). This should never occur!
2979 </t> 2981 </t>
2980 <t> 2982 <t>
2981 When a <em><xref target="messages_done" format="title" /></em> message is received the 2983 When a <em><xref target="messages_done" format="title" /></em> message is received the
@@ -3048,8 +3050,9 @@ END FUNCTION
3048 originally committed to transmitting, 3050 originally committed to transmitting,
3049 otherwise the operation MUST be terminated. 3051 otherwise the operation MUST be terminated.
3050 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" /> 3052 If the sets differ (the FINAL CHECKSUM field in the <xref target="messages_full_done" format="title" />
3051 message does not match to the sha-512 hash in our set), the operation has failed. This is a strong indicator 3053 message does not match to the SHA-512 hash of the local set), the operation has failed and the
3052 that something went wrong (eg. some hardware bug), this should never occur! 3054 reconciliation MUST be aborted. It is a strong indicator
3055 that something went wrong (eg. some hardware bug). This should never occur!
3053 </t> 3056 </t>
3054 </dd> 3057 </dd>
3055 </dl> 3058 </dl>