diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index bb403f4dd..6a82f2616 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -23,12 +23,13 @@ export default function Apple() { return ( {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} - + + Fixes an issue where the IP checksum was not updated when ECN bits were set. This caused packet loss on recent MacOS versions which default to using ECN. - + Improves throughput performance by requesting socket receive buffers diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 21e388854..117ceacf6 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,13 +22,14 @@ export default function Gateway() { return ( - + + Fixes an issue where ECN bits got erroneously cleared without updating the packet checksum. This caused packet loss on recent MacOS versions which attempt to use ECN. - + Improves performance of relayed connections on IPv4-only systems.