From 555301e9b8fd0adf183e896b0884f7a3af7c24bd Mon Sep 17 00:00:00 2001 From: Renan Dincer Date: Tue, 15 Oct 2024 11:12:46 -0400 Subject: [PATCH] Calls: Clarify what the limits are for (#17545) --- src/content/docs/calls/turn/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/calls/turn/index.mdx b/src/content/docs/calls/turn/index.mdx index 20904cc7ca54da..fcd5597aa3a4b9 100644 --- a/src/content/docs/calls/turn/index.mdx +++ b/src/content/docs/calls/turn/index.mdx @@ -54,4 +54,6 @@ Cloudflare Calls TURN service places limits on: * Packet rate outbound and inbound to the relay allocation (>5-10 kpps) * Data rate outbound and inbound to the relay allocation (>50-100 Mbps) +A relay allocation often represents a single TURN client connection with the TURN server, not all connections for a single customer. + 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.