Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ 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
Expand Down
Loading