Re: WGLC for Datagram Extension

Eliot Lear <lear@lear.ch> Fri, 17 September 2021 09:55 UTC

Return-Path: <lear@lear.ch>
X-Original-To: quic@ietfa.amsl.com
Delivered-To: quic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BBDEE3A1162; Fri, 17 Sep 2021 02:55:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.891
X-Spam-Level:
X-Spam-Status: No, score=-0.891 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_ALL=0.8, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, NICE_REPLY_A=-0.001, SPF_PASS=-0.001, T_SPF_HELO_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=lear.ch
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k2A-1xILU9VC; Fri, 17 Sep 2021 02:55:09 -0700 (PDT)
Received: from upstairs.ofcourseimright.com (upstairs.ofcourseimright.com [185.32.222.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7665B3A1164; Fri, 17 Sep 2021 02:55:06 -0700 (PDT)
Received: from [IPv6:2001:420:c0c0:1011::1] ([IPv6:2001:420:c0c0:1011:0:0:0:1]) (authenticated bits=0) by upstairs.ofcourseimright.com (8.15.2/8.15.2/Debian-18) with ESMTPSA id 18H9swtm166647 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Fri, 17 Sep 2021 11:54:59 +0200
Authentication-Results: upstairs.ofcourseimright.com; dmarc=none (p=none dis=none) header.from=lear.ch
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lear.ch; s=upstairs; t=1631872502; bh=gaiVmvHT84w2WrfVBR7+GFmN399ULCOoHG3zqjObu1M=; h=To:Cc:References:From:Subject:Date:In-Reply-To:From; b=l+4f/Xbc6uxKXa3L3sbPdh8ZS1H1Umc3Ov9ZrfUp73VA0YE6lXHNg1o/5w8YgH4Fm UfCrN6xUg9GfEObn+HktEfmdQ7EqPN9/Z2HQZmSkAOL4zKSUQ5T5lB0RBC7ZDO7pi3 M28nIGd5/wl+1grjzaW0QBWsE/qgm4f8I+fh/KUw=
To: Paul Vixie <paul@redbarn.org>
Cc: QUIC WG <quic@ietf.org>, QUIC WG Chairs <quic-chairs@ietf.org>, Lucas Pardue <lucaspardue.24.7@gmail.com>
References: <CALGR9oaZ4L_yJPhm11Gym8Rxc0nq6H=mCpLGsH_eMGVHer0uEA@mail.gmail.com> <75277e56-e02e-d530-3c0a-e5d604daf5ad@lear.ch> <8f8aef42-d7fd-7582-ea75-87ec80174f17@redbarn.org>
From: Eliot Lear <lear@lear.ch>
Subject: Re: WGLC for Datagram Extension
Message-ID: <a211b776-de76-6b13-4a5a-adc558ee098e@lear.ch>
Date: Fri, 17 Sep 2021 11:54:53 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.14.0
MIME-Version: 1.0
In-Reply-To: <8f8aef42-d7fd-7582-ea75-87ec80174f17@redbarn.org>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="CMqM52iDRQDAwxVRLewEBkOx9DAq3NqEF"
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic/PK86UBZyLkcl_p3zkrEV-DBMjnY>
X-BeenThere: quic@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Main mailing list of the IETF QUIC working group <quic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic>, <mailto:quic-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic/>
List-Post: <mailto:quic@ietf.org>
List-Help: <mailto:quic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic>, <mailto:quic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 17 Sep 2021 09:55:15 -0000

Hi Paul,

On 17.09.21 00:54, Paul Vixie wrote:
>
>> What does "strongly associated" mean in this context?  Apologies if 
>> this is well trodden ground.
>
> i'm pretty sure it's what in pre-QUIC times, would be called a "flow" 
> or a "UDP 4-tuple".


Thanks.  I interpret it similarly, but perhaps there are conditions 
under which the authors anticipated a DATAGRAM being associated with a 
STREAM?  I dunno.

Eliot