|
@@ -315,18 +315,24 @@ public: |
|
|
void shutdown();
|
|
|
void shutdown();
|
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
//==============================================================================
|
|
|
/** Join a multicast group
|
|
|
|
|
|
|
|
|
/** Join a multicast group.
|
|
|
|
|
|
|
|
|
@returns true if it succeeds.
|
|
|
@returns true if it succeeds.
|
|
|
*/
|
|
|
*/
|
|
|
bool joinMulticast (const String& multicastIPAddress);
|
|
|
bool joinMulticast (const String& multicastIPAddress);
|
|
|
|
|
|
|
|
|
/** Leave a multicast group
|
|
|
|
|
|
|
|
|
/** Leave a multicast group.
|
|
|
|
|
|
|
|
|
@returns true if it succeeds.
|
|
|
@returns true if it succeeds.
|
|
|
*/
|
|
|
*/
|
|
|
bool leaveMulticast (const String& multicastIPAddress);
|
|
|
bool leaveMulticast (const String& multicastIPAddress);
|
|
|
|
|
|
|
|
|
|
|
|
/** Enables or disables multicast loopback.
|
|
|
|
|
|
|
|
|
|
|
|
@returns true if it succeeds.
|
|
|
|
|
|
*/
|
|
|
|
|
|
bool setMulticastLoopbackEnabled (bool enableLoopback);
|
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
//==============================================================================
|
|
|
/** Allow other applications to re-use the port.
|
|
|
/** Allow other applications to re-use the port.
|
|
|
|
|
|
|
|
|