We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c77a3c commit e408f07Copy full SHA for e408f07
docs/networking/index.md
@@ -22,6 +22,11 @@ In order for clients and workspaces to be able to connect:
22
- Any reverse proxy or ingress between the Coder control plane and
23
clients/agents must support WebSockets.
24
25
+> **Note:** We strongly recommend that clients connect to Coder and their workspaces
26
+> over a good quality, broadband network connection. The following are minimum requirements:
27
+> * better than 400ms round-trip latency to the Coder server and to their workspace
28
+> * better than 0.5% random packet loss
29
+
30
In order for clients to be able to establish direct connections:
31
32
> **Note:** Direct connections via the web browser are not supported. To improve
0 commit comments