1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Update juce_Socket.h

This commit is contained in:
LK-Coda 2023-01-09 21:24:33 +01:00 committed by GitHub
parent 4e68af7fde
commit 000636346d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.