From 000636346d092b136d0d5f93d307b8de6068d965 Mon Sep 17 00:00:00 2001 From: LK-Coda <53861727+LK-Coda@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:24:33 +0100 Subject: [PATCH] Update juce_Socket.h --- modules/juce_core/network/juce_Socket.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/juce_core/network/juce_Socket.h b/modules/juce_core/network/juce_Socket.h index 6d877fad33..2b82aa74fe 100644 --- a/modules/juce_core/network/juce_Socket.h +++ b/modules/juce_core/network/juce_Socket.h @@ -328,12 +328,16 @@ public: @returns true if it succeeds */ bool joinMulticast (const String& multicastIPAddress); + + bool joinMulticast (const String& multicastIPAddress, const String& localIPAddress); /** Leave a multicast group. @returns true if it succeeds */ bool leaveMulticast (const String& multicastIPAddress); + + bool leaveMulticast (const String& multicastIPAddress, const String& localIPAddress); /** Enables or disables multicast loopback.