mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
UDPListener improvements: (#53)
- if you listen to a multicast address, it now also listens to all ipv4 addresses - shared udp sockets - multiple hyperiond instance can optionally share the same udp packets
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
/// @param hyperion Hyperion instance
|
||||
/// @param port port number on which to start listening for connections
|
||||
///
|
||||
UDPListener(const int priority, const int timeout, const std::string& address, quint16 listenPort);
|
||||
UDPListener(const int priority, const int timeout, const std::string& address, quint16 listenPort, bool shared);
|
||||
~UDPListener();
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user