Re: [babel] mac-relaxed: window-based

Toke Høiland-Jørgensen <toke@toke.dk> Tue, 31 May 2022 09:31 UTC

Return-Path: <toke@toke.dk>
X-Original-To: babel@ietfa.amsl.com
Delivered-To: babel@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DEE5CC14F6E5 for <babel@ietfa.amsl.com>; Tue, 31 May 2022 02:31:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.108
X-Spam-Level:
X-Spam-Status: No, score=-2.108 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=toke.dk
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OMZ6D-tOfgzZ for <babel@ietfa.amsl.com>; Tue, 31 May 2022 02:31:37 -0700 (PDT)
Received: from mail.toke.dk (mail.toke.dk [IPv6:2a0c:4d80:42:2001::664]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77EF1C14F5E1 for <babel@ietf.org>; Tue, 31 May 2022 02:31:36 -0700 (PDT)
Date: Tue, 31 May 2022 11:31:28 +0200
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1653989493; bh=dfuUTGk6s10mj1JbTMc4NE15f26/Wal41/a4NCjmjcA=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=Iw7EtfqBK31TIFbt2dP8j2wzpf4daaVZvUjby3FYh5VHYDbLOC65D+HTeho2hNSHv gq3B3iMFpPfkWVXNooq83CCNh7eHq0vxFgfKZR4h7PXQC0j/nEGlVKpbfuczej/Vnh GGXaYkmLJe09iZ/I7/OLQ6DyyVEK/D56iq4raDDRvW4cWyMxgic3ehUfRCP7Jm7GME ivgyNW9bV6AjgNzTu7NY2FhV1TE6osZXz/mHH4YzEhIUlpTMEgbtUkjbx1hh8vxLew l3szVVO8fk4lXSb/buUSZHjgmpewwg7bkn4S/whY7SKBECgyS0qRQRM9wjw6dzNYVZ nZK5aiTHlDxCg==
From: Toke Høiland-Jørgensen <toke@toke.dk>
To: Juliusz Chroboczek <jch@irif.fr>
CC: babel@ietf.org
In-Reply-To: <878rqihy7y.wl-jch@irif.fr>
References: <87bkvp4lx7.wl-jch@irif.fr> <87pmjujjg6.fsf@toke.dk> <878rqihy7y.wl-jch@irif.fr>
X-Clacks-Overhead: GNU Terry Pratchett
Message-ID: <126071E1-5B76-4D9A-A50C-52FE990D3C1B@toke.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/LezH29FaWLJnubFP__R361m-MPA>
Subject: Re: [babel] mac-relaxed: window-based
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: "A list for discussion of the Babel Routing Protocol." <babel.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/babel>, <mailto:babel-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/babel/>
List-Post: <mailto:babel@ietf.org>
List-Help: <mailto:babel-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/babel>, <mailto:babel-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 31 May 2022 09:31:42 -0000


On 31 May 2022 11:01:53 CEST, Juliusz Chroboczek <jch@irif.fr> wrote:
>>>   1. either you reword everything so that the window is below the last
>>>      seen PC, i.e. it covers (lastPC - windowSize, lastPC]; or
>
>> Right, updated the text using your suggestion (1) and re-opened a pull
>> request on github.
>
>Thanks.
>
>If that's okay with you, I'm going to reorder your cases, so that the
>"normal" case (PC > lastPC) appears first, and so that your "window index"
>is always a positive value.

Sure.

>I also think that we should consider finding a term different than "window
>index", since we already have an "index" in the protocol.  (I wish I had
>called it the "Epoch" instead, but that ship has sailed.)

Window offset? Window position?

-Toke