-
Notifications
You must be signed in to change notification settings - Fork 10k
[Changelog] Tunnel: UDP Performance & Reliability Improvements #23684
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
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://221a7e82.preview.developers.cloudflare.com Files with changes (up to 15) |
| @@ -0,0 +1,17 @@ | |||
| --- | |||
| title: Faster, more reliable UDP traffic for Cloudflare Tunnel | |||
| description: We've re-architected how Cloudflare Tunnel handles UDP traffic. Your real-time applications are now faster and more stable, especially on Tunnels with mixed TCP and UDP traffic. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: We've re-architected how Cloudflare Tunnel handles UDP traffic. Your real-time applications are now faster and more stable, especially on Tunnels with mixed TCP and UDP traffic. | |
| description: We've re-architected how Cloudflare Tunnel handles UDP traffic. Your real-time applications are now faster and more stable, especially on tunnels with mixed TCP and UDP traffic. |
|
|
||
| import { Render } from "~/components"; | ||
|
|
||
| Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same Tunnel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same Tunnel. | |
| Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same tunnel. |
|
|
||
| Your real-time applications running over [Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/) are now faster and more reliable. We've completely re-architected the way `cloudflared` proxies UDP traffic in order to isolate it from other traffic, ensuring latency-sensitive applications like private DNS are no longer slowed down by heavy TCP traffic (like file transfers) on the same Tunnel. | ||
|
|
||
| This is a foundational improvement to Cloudflare Tunnel, delivered automatically to all customers. There are no settings to configure — your UDP traffic is already flowing faster and more reliably. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This is a foundational improvement to Cloudflare Tunnel, delivered automatically to all customers. There are no settings to configure — your UDP traffic is already flowing faster and more reliably. | |
| This is a foundational improvement to Cloudflare Tunnel, delivered automatically to all customers. You do not need to configure any settings or update `cloudflared` — your UDP traffic is already flowing faster and more reliably. |
Summary
We have launched a significant performance and reliability upgrade for all UDP traffic proxied through Cloudflare Tunnel. This change redesigns our UDP proxying system to make it faster and more resilient, particularly for high-volume applications like private DNS. With this update, latency-sensitive UDP traffic (e.g., DNS) will no longer be slowed down or blocked by heavy TCP traffic (e.g., file transfers) running over the same tunnel.