lsd0003

LSD0003: Set Union
Log | Files | Refs | README

commit 413fcd9a22b4f6ff01bc1a315c7003d2d836bb50
parent e3781d00ce1a0c6608ed9eaa9af7845288834930
Author: Elias Summermatter <elias.summermatter@seccom.ch>
Date:   Sun, 28 Feb 2021 21:52:37 +0100

Fix xml

Diffstat:
Mdraft-summermatter-set-union.xml | 30++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml @@ -2066,20 +2066,22 @@ FUNCTION get_bucket_id (key, number_of_buckets_per_element, ibf_size) <dl> <dt><xref target="messages_se" format="title" /></dt> <dd> - In case the Strata Estimator does not decode the - operation MUST be terminated to prevent to get to a unresolvable state. - <!-- IMPLEMENT: If in expect SE state the strata estimator does not decode terminate the operation --> - The set difference calculated from the strata estimator needs to be plausible, - to ensure this multiple factors need to be considered: The absolute plausible maximum of - elements in a set which has to be predefined according - to the use case and the maximal plausible element increase since the last - successful set reconciliation which should be either predefined or can be calculated - with the gaussian distribution function over all passed set reconciliations. - <!-- IMPLEMENT: Terminate if in check expect se state for a max size difference is exceeded --> - </dd> - <dd> - In case of compressed strata estimators the decompression algorithm has to - be protected against decompression memory corruption (memory overflow). + <t> + In case the Strata Estimator does not decode the + operation MUST be terminated to prevent to get to a unresolvable state. + <!-- IMPLEMENT: If in expect SE state the strata estimator does not decode terminate the operation --> + The set difference calculated from the strata estimator needs to be plausible, + to ensure this multiple factors need to be considered: The absolute plausible maximum of + elements in a set which has to be predefined according + to the use case and the maximal plausible element increase since the last + successful set reconciliation which should be either predefined or can be calculated + with the gaussian distribution function over all passed set reconciliations. + <!-- IMPLEMENT: Terminate if in check expect se state for a max size difference is exceeded --> + </t> + <t> + In case of compressed strata estimators the decompression algorithm has to + be protected against decompression memory corruption (memory overflow). + </t> </dd> </dl> </section>