From 87098ea36945314877756bc4bf3458623c8a543a Mon Sep 17 00:00:00 2001 From: Godson Gnanaraj Date: Tue, 18 Aug 2026 20:00:14 +0530 Subject: [PATCH] Add Windows to Supported platforms in udp_mutlicast --- doc/interfaces/udp_multicast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interfaces/udp_multicast.rst b/doc/interfaces/udp_multicast.rst index b2a049d83..0205d12c5 100644 --- a/doc/interfaces/udp_multicast.rst +++ b/doc/interfaces/udp_multicast.rst @@ -34,7 +34,7 @@ which is automatically installed with the `multicast` extra keyword:: Supported Platforms ------------------- -It should work on most Unix systems (including Linux with kernel 2.6.22+ and macOS) but currently not on Windows. +It should work on most Unix systems (including Linux with kernel 2.6.22+ and macOS) and Windows 10+. Example -------