diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index 19d9ce64b..ae275c660 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -30,8 +30,8 @@ export default function Android() { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index 93c163e55..5bb56063d 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -30,8 +30,8 @@ export default function Apple() { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index ef092748f..bf2fe3050 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -16,8 +16,8 @@ export default function GUI({ os }: { os: OS }) { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index af8018680..1d056054e 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,7 +22,12 @@ export default function Gateway() { return ( - + + + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably. + + Excludes ICMP errors from the ICMP traffic filter. Those are now diff --git a/website/src/components/Changelog/Headless.tsx b/website/src/components/Changelog/Headless.tsx index e906e6479..e062dbbc8 100644 --- a/website/src/components/Changelog/Headless.tsx +++ b/website/src/components/Changelog/Headless.tsx @@ -15,8 +15,8 @@ export default function Headless({ os }: { os: OS }) { establish. - Fixes an issue where connections would sometimes fail to establish - reliably. + Fixes an issue where connections in low-latency networks (between + Client and Gateway) would fail to establish reliably.