Skip to content

Commit 05d84a9

Browse files
committed
add minimum warp version
1 parent 39604a4 commit 05d84a9

File tree

1 file changed

+4
-5
lines changed
  • src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment

1 file changed

+4
-5
lines changed

src/content/docs/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/path-mtu-discovery.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,16 @@ import { Details, Render } from "~/components";
1616

1717
| System | Availability | Minimum WARP version |
1818
| -------- | ------------ | -------------------- |
19-
| Windows || 2025.6.1400.0 |
20-
| macOS || |
21-
| Linux || |
19+
| Windows || 2025.9.173.1 |
20+
| macOS || 2025.9.173.1 |
21+
| Linux || 2025.9.173.1 |
2222
| iOS || |
2323
| Android || |
2424
| ChromeOS || |
2525

2626
</Details>
2727

28-
The [Maximum Transmission Unit (MTU)](/learning/network-layer/what-is-mtu/) is the largest data packet size that a device can send over a network without fragmentation. When you connect to services through WARP, your data is encapsulated, which adds extra headers and increases the overall packet size.
29-
On some networks, especially cellular or guest Wi-Fi networks, the network's MTU may be smaller than WARP's [default packet size](#default-warp-mtu). This mismatch forces packets to be fragmented or dropped entirely, leading to connection instability or complete connection failures.
28+
The [Maximum Transmission Unit (MTU)](https://www.cloudflare.com/learning/network-layer/what-is-mtu/) is the largest data packet size that a device can send over a network without fragmentation. When you connect to services through WARP, your data is encapsulated, which adds extra headers and increases the overall packet size. On some networks, especially cellular or guest Wi-Fi networks, the network's MTU may be smaller than WARP's [default packet size](#default-warp-mtu). This mismatch forces packets to be fragmented or dropped entirely, leading to connection instability or complete connection failures.
3029

3130
WARP's Path MTU Discovery (PMTUD) feature solves this problem by actively probing for the minimum MTU along the entire network path between the device and Cloudflare. WARP will then dynamically adjust its [tunnel interface](/cloudflare-one/team-and-resources/devices/warp/configure-warp/route-traffic/warp-architecture/#virtual-interface) MTU based on the probe results. This allows WARP to maintain a stable connection on low MTU networks and take advantage of higher MTUs when available.
3231

0 commit comments

Comments
 (0)