Skip to content

Commit 3d87f78

Browse files
authored
docs: add statement about minimum network quality (coder#14745)
We've had some reports about difficulty connecting to workspaces under very challenging networking conditions. This PR adds some advice about minimum network quality when connecting to workspaces with Coder.
1 parent b4f26a8 commit 3d87f78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/networking/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ In order for clients and workspaces to be able to connect:
2222
- Any reverse proxy or ingress between the Coder control plane and
2323
clients/agents must support WebSockets.
2424

25+
> **Note:** We strongly recommend that clients connect to Coder and their
26+
> workspaces over a good quality, broadband network connection. The following
27+
> are minimum requirements:
28+
>
29+
> - better than 400ms round-trip latency to the Coder server and to their
30+
> workspace
31+
> - better than 0.5% random packet loss
32+
2533
In order for clients to be able to establish direct connections:
2634

2735
> **Note:** Direct connections via the web browser are not supported. To improve

0 commit comments

Comments
 (0)