Skip to content

docs: add statement about minimum network quality #14745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
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
Next Next commit
docs: adds statement about minimum network quality
  • Loading branch information
spikecurtis committed Sep 20, 2024
commit e408f07131b26c0fea1beba05ae758d25e87454c
5 changes: 5 additions & 0 deletions docs/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down