From e408f07131b26c0fea1beba05ae758d25e87454c Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Fri, 20 Sep 2024 11:35:40 +0400 Subject: [PATCH 1/2] docs: adds statement about minimum network quality --- docs/networking/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/networking/index.md b/docs/networking/index.md index d4abddc5718c8..e7623691c49c5 100644 --- a/docs/networking/index.md +++ b/docs/networking/index.md @@ -22,6 +22,11 @@ In order for clients and workspaces to be able to connect: - Any reverse proxy or ingress between the Coder control plane and clients/agents must support WebSockets. +> **Note:** We strongly recommend that clients connect to Coder and their workspaces +> over a good quality, broadband network connection. The following are minimum requirements: +> * better than 400ms round-trip latency to the Coder server and to their workspace +> * better than 0.5% random packet loss + In order for clients to be able to establish direct connections: > **Note:** Direct connections via the web browser are not supported. To improve From 49c6bcebb0236f710447708cec46745173882785 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Fri, 20 Sep 2024 08:03:49 +0000 Subject: [PATCH 2/2] formatting Signed-off-by: Spike Curtis --- docs/networking/index.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/networking/index.md b/docs/networking/index.md index e7623691c49c5..5d52f9ed1c816 100644 --- a/docs/networking/index.md +++ b/docs/networking/index.md @@ -22,10 +22,13 @@ In order for clients and workspaces to be able to connect: - Any reverse proxy or ingress between the Coder control plane and clients/agents must support WebSockets. -> **Note:** We strongly recommend that clients connect to Coder and their workspaces -> over a good quality, broadband network connection. The following are minimum requirements: -> * better than 400ms round-trip latency to the Coder server and to their workspace -> * better than 0.5% random packet loss +> **Note:** We strongly recommend that clients connect to Coder and their +> workspaces over a good quality, broadband network connection. The following +> are minimum requirements: +> +> - better than 400ms round-trip latency to the Coder server and to their +> workspace +> - better than 0.5% random packet loss In order for clients to be able to establish direct connections: