Skip to content

Commit bdbcc78

Browse files
authored
Clarify Realtime TURN service network details (#26520)
Updated description of the Realtime TURN service to clarify its operation on Cloudflare's global network and added a link for anycast routing.
1 parent cea1915 commit bdbcc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/realtime/turn/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Use of alternate port 53 only by itself is not recommended. Port 53 is blocked b
2424

2525
## Regions
2626

27-
Realtime TURN service is available in every Cloudflare data center.
27+
Cloudflare Realtime TURN service runs on [Cloudflare's global network](https://www.cloudflare.com/network) - a growing global network of thousands of machines distributed across hundreds of locations, with the notable exception of the Cloudflare's [China Network](/china-network/).
2828

29-
When a client tries to connect to `turn.cloudflare.com`, it _automatically_ connects to the Cloudflare location closest to them. We achieve this using anycast routing.
29+
When a client tries to connect to `turn.cloudflare.com`, it _automatically_ connects to the Cloudflare location closest to them. We achieve this using [anycast routing](https://www.cloudflare.com/learning/cdn/glossary/anycast-network/).
3030

3131
To learn more about the architecture that makes this possible, read this [technical deep-dive about Realtime](https://blog.cloudflare.com/cloudflare-calls-anycast-webrtc).
3232

@@ -64,4 +64,4 @@ Each limit is for a single TURN allocation (single TURN user) and not account wi
6464

6565
:::
6666

67-
These limits are suitable for high-demand applications and also have burst rates higher than those documented above. Hitting these limits will result in packet drops.
67+
These limits are suitable for high-demand applications and also have burst rates higher than those documented above. Hitting these limits will result in packet drops.

0 commit comments

Comments
 (0)