[Gen-art] draft-ietf-masque-connect-udp-listen-12 ietf last call Genart review
Ines Robles via Datatracker <noreply@ietf.org> Tue, 23 June 2026 23:49 UTC
Return-Path: <noreply@ietf.org>
X-Original-To: gen-art@ietf.org
Delivered-To: gen-art@mail2.ietf.org
Received: from [10.244.22.182] (unknown [4.156.85.76]) by mail2.ietf.org (Postfix) with ESMTP id 7379210623882; Tue, 23 Jun 2026 16:49:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1782258564; bh=LIO7fFkbldCLHLTUcS35wGqeZePWzOge89rEK62XOI0=; h=From:To:Cc:Subject:Reply-To:Date; b=KrPShPM2khUFXUG69gSHlCPYQVQ0pftFslBn0kqXWmosJmC2NrhGLkTjFCa/M+80i OwK79L1Rf1cJ/8OhmaQl04oTwAyUCS6vH9GaFFi7zUnLl3gQ3jL8hwytI8Z+1JO1YJ MmocAWv4ynJnv6rPeobRN6v1gm0lRxrgtvoydJao=
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Ines Robles via Datatracker <noreply@ietf.org>
To: gen-art@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 12.67.1
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <178225856420.1343874.7015422839757998607@dt-datatracker-f9b87776f-xzl65>
Date: Tue, 23 Jun 2026 16:49:24 -0700
Message-ID-Hash: XHIGU6ON44VNZVLNLLC27PLEZ43QIKXY
X-Message-ID-Hash: XHIGU6ON44VNZVLNLLC27PLEZ43QIKXY
X-MailFrom: noreply@ietf.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-gen-art.ietf.org-0; header-match-gen-art.ietf.org-1; header-match-gen-art.ietf.org-2; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: draft-ietf-masque-connect-udp-listen.all@ietf.org, last-call@ietf.org, masque@ietf.org
X-Mailman-Version: 3.3.9rc6
Reply-To: Ines Robles <mariainesrobles@googlemail.com>
Subject: [Gen-art] draft-ietf-masque-connect-udp-listen-12 ietf last call Genart review
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/gen-art/CSTnuB34KJ0iBzT-G74nG9cgq9c>
List-Archive: <https://mailarchive.ietf.org/arch/browse/gen-art>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Owner: <mailto:gen-art-owner@ietf.org>
List-Post: <mailto:gen-art@ietf.org>
List-Subscribe: <mailto:gen-art-join@ietf.org>
List-Unsubscribe: <mailto:gen-art-leave@ietf.org>
Document: draft-ietf-masque-connect-udp-listen Title: Proxying Bound UDP in HTTP Reviewer: Ines Robles Review result: Almost Ready I am the assigned Gen-ART reviewer for this draft. The General Area Review Team (Gen-ART) reviews all IETF documents being processed by the IESG for the IETF Chair. Please treat these comments just like any other last call comments. For more information, please see the FAQ at <https://wiki.ietf.org/en/group/gen/GenArtFAQ>. Document: draft-ietf-masque-connect-udp-listen-12 Reviewer: Ines Robles Review Date: 2026-06-23 IETF LC End Date: 2026-06-23 IESG Telechat date: Not scheduled for a telechat Summary: This document describes an extension to UDP Proxying in HTTP that allows sending and receiving UDP payloads to multiple hosts within the scope of a single UDP proxying HTTP request. I have some comments/questions that would be useful to address before publication. Comments/Questions: 1- Section 3.1: Related to duplicate tuple registrations, the text first states that if both endpoints open a Context ID for the same IP-port tuple, the Context ID opened by the proxy MUST be closed. (Since both endpoints can send COMPRESSION_ASSIGN capsules, my understanding is that this situation can occur when both the client and the proxy independently send a COMPRESSION_ASSIGN for the same IP-port tuple). However, the following sentence states that receipt of a COMPRESSION_ASSIGN for a tuple that matches another open Context ID opened by the peer is malformed. It is not clear to me how these two cases differ. Is the intent that these statements apply to different situations? For example, does the former apply to simultaneous registrations, while the latter applies to duplicate registrations detected after a registration already exists? If so, it would be helpful to describe this distinction explicitly. 2- Section 3.1 states "...uncompressed compression close...". It is not clear to me what is meant by this expression. Consider rewording this text for clarity. 3- Section 3.1 states: "If the uncompressed context is closed, the proxy MUST NOT open new compressed contexts." Appendix A appears to indicate that compressed contexts established prior to closure remain valid. It may be helpful to state this explicitly in the normative text. In addition, it is not clear to me whether the restriction on opening new compressed contexts applies only to proxy-originated contexts or whether there are any corresponding restrictions on client-originated contexts. 4- It is not clear to me whether a Context ID can be reused after COMPRESSION_CLOSE. 5- It may be helpful to specify the handling of datagrams received for a Context ID that has already been closed. For example, due to reordering or packets already in flight, an endpoint may receive datagrams for a recently closed context. Should such datagrams be discarded or treated as an error? 6- Section 7: The text recommends maintaining address stability per address family. It is not clear to me what "address stability" means in this context. For how long is the advertised address expected to remain stable? Clarifying the intended scope of this recommendation would be helpful. 7- Would it be useful to include a state machine describing the lifecycle of a Context ID? The current text defines the behavior of COMPRESSION_ASSIGN, COMPRESSION_ACK, and COMPRESSION_CLOSE individually. A simple state-transition diagram could help clarify the protocol and improve implementation consistency. 7.1- For example, it is not entirely clear to me, whether a COMPRESSION_ACK can arrive after a COMPRESSION_CLOSE, and whether duplicate COMPRESSION_ACK capsules are possible. Thanks for this document, Ines.
- [Gen-art] draft-ietf-masque-connect-udp-listen-12… Ines Robles via Datatracker
- [Gen-art] Re: draft-ietf-masque-connect-udp-liste… David Schinazi
- [Gen-art] Re: draft-ietf-masque-connect-udp-liste… Ines Robles