lsd0003

LSD0003: Set Union
Log | Files | Refs | README

commit f74f215def43820b27a23a8dbf0f8ae274cc8e59
parent a7366f538eec9ea7a0b9886aa1959fa6e961e01f
Author: Elias Summermatter <elias.summermatter@seccom.ch>
Date:   Thu, 10 Dec 2020 18:16:05 +0100

Added IBF message description

Diffstat:
Mdraft-summermatter-set-union.xml | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml @@ -340,7 +340,20 @@ <section anchor="messages_ibf_description" numbered="true" toc="default"> <name>Description</name> <t> - --- + The Invertible Bloom Filter message contains a slices of the IBF. + </t> + <t> + The IBF message is sent at the start of the protocol from the initiating peer in the transaction + between "Expect SE" -> "Passive Decoding" or when the IBF does not decode and there is a role change in the + transition between "Active Decoding" -> "Passive Decoding". + </t> + <t> + This message is received either in the state transmission between "Expecting IBF" -> "Expecting IBF Last" -> "Active Decoding" + if multiple IBFs need to be transmitted or if only one IBF needs to be transmitted directly from + "Expecting IBF" -> "Active Decoding". Since the active and passive roles can be reversed in this + protocol, receiving the IBF message can initiate a role change so receiving + the message can initiate the transitions "Passive Decoding" -> "Expecting IBF Last" -> "Active Decoding" and + "Passive Decoding" -> "Active Decoding". </t> </section> <section anchor="messages_ibf_structure" numbered="true" toc="default">