From 98001eb65aa3f1350588c889420d06b49796f2a9 Mon Sep 17 00:00:00 2001 From: Tommy Pauly Date: Wed, 17 Jul 2024 19:46:02 -0700 Subject: [PATCH 1/5] Clarify out-of-scope Clsoes #49 --- charter.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/charter.md b/charter.md index 0302bf1..fd9bb34 100644 --- a/charter.md +++ b/charter.md @@ -29,10 +29,13 @@ detection of misconfigured deployments and can document recommendations on how to report such cases that might otherwise be hidden due to automatic switching from one technology to another. -The working group will focus on connection establishment where the client knows -a hostname and needs to establish a connection to a server IP address using a -particular network. Algorithms for more general aspects of connection -establishment attempts across multiple networks, etc, are out of scope. +The working group will focus on a connection establishment algorithm for a +client that starts with a fully-qualified domain name (FQDN) and wants to end +up with a single established connection to a single server IP address on a +single network. While the algorithm could apply to scenarios with multiple +networks to choose between or use simultaneously, or deal with pools of +multiple connections, such expansions are out of scope for the working group +deliverables. The rationale for having a working group for this work, instead of hosting it in V6OPS, is the increased cross-functional nature of the algorithm. As such, the From 03aeee5e1a7dd6be530fdf8fd40c811de785cdf7 Mon Sep 17 00:00:00 2001 From: Tommy Pauly Date: Thu, 18 Jul 2024 14:46:34 -0700 Subject: [PATCH 2/5] Update charter.md --- charter.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charter.md b/charter.md index fd9bb34..2806a31 100644 --- a/charter.md +++ b/charter.md @@ -29,10 +29,10 @@ detection of misconfigured deployments and can document recommendations on how to report such cases that might otherwise be hidden due to automatic switching from one technology to another. -The working group will focus on a connection establishment algorithm for a -client that starts with a fully-qualified domain name (FQDN) and wants to end -up with a single established connection to a single server IP address on a -single network. While the algorithm could apply to scenarios with multiple +The working group will focus on a connection establishment algorithm that +runs on clients. The algorithm takes as input a fully-qualified domain name +(FQDN), and results in a single established connection to a single server IP +address on a single network. While the algorithm could apply to scenarios with multiple networks to choose between or use simultaneously, or deal with pools of multiple connections, such expansions are out of scope for the working group deliverables. From 08417abd26a63a633df83407153bbb18b630e699 Mon Sep 17 00:00:00 2001 From: Tommy Pauly Date: Thu, 18 Jul 2024 14:47:08 -0700 Subject: [PATCH 3/5] Update charter.md Co-authored-by: Nidhi Jaju <41948741+nidhijaju@users.noreply.github.com> --- charter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charter.md b/charter.md index 2806a31..723614d 100644 --- a/charter.md +++ b/charter.md @@ -33,7 +33,7 @@ The working group will focus on a connection establishment algorithm that runs on clients. The algorithm takes as input a fully-qualified domain name (FQDN), and results in a single established connection to a single server IP address on a single network. While the algorithm could apply to scenarios with multiple -networks to choose between or use simultaneously, or deal with pools of +networks to choose between or to use simultaneously, or could deal with pools of multiple connections, such expansions are out of scope for the working group deliverables. From 44647f16e7bd9906cda7c44f2f97c268bc418255 Mon Sep 17 00:00:00 2001 From: Tommy Pauly Date: Thu, 18 Jul 2024 14:47:56 -0700 Subject: [PATCH 4/5] Update charter.md --- charter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charter.md b/charter.md index 723614d..63f5552 100644 --- a/charter.md +++ b/charter.md @@ -34,7 +34,7 @@ runs on clients. The algorithm takes as input a fully-qualified domain name (FQDN), and results in a single established connection to a single server IP address on a single network. While the algorithm could apply to scenarios with multiple networks to choose between or to use simultaneously, or could deal with pools of -multiple connections, such expansions are out of scope for the working group +multiple connections, such scenarios are out of scope for the working group deliverables. The rationale for having a working group for this work, instead of hosting it in From 7f538180c860116bf33f771b346f46c055a09615 Mon Sep 17 00:00:00 2001 From: Tommy Pauly Date: Thu, 18 Jul 2024 14:48:19 -0700 Subject: [PATCH 5/5] Update charter.md --- charter.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charter.md b/charter.md index 63f5552..0622480 100644 --- a/charter.md +++ b/charter.md @@ -32,10 +32,10 @@ from one technology to another. The working group will focus on a connection establishment algorithm that runs on clients. The algorithm takes as input a fully-qualified domain name (FQDN), and results in a single established connection to a single server IP -address on a single network. While the algorithm could apply to scenarios with multiple -networks to choose between or to use simultaneously, or could deal with pools of -multiple connections, such scenarios are out of scope for the working group -deliverables. +address on a single network. While the algorithm could apply to scenarios with +multiple networks to choose between or to use simultaneously, or could deal +with pools of multiple connections, such scenarios are out of scope for the +working group deliverables. The rationale for having a working group for this work, instead of hosting it in V6OPS, is the increased cross-functional nature of the algorithm. As such, the