From 6992225da8c43fc16f5de1a02d218f80e9e60bf1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 1 Jul 2024 13:19:23 +0200 Subject: Common: 710f5e6, Socket multicast reception --- lib/Socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Socket.h') diff --git a/lib/Socket.h b/lib/Socket.h index d8242e2..44f93d0 100644 --- a/lib/Socket.h +++ b/lib/Socket.h @@ -111,6 +111,7 @@ class UDPSocket /** Close the already open socket, and create a new one. Throws a runtime_error on error. */ void reinit(int port); void reinit(int port, const std::string& name); + void init_receive_multicast(int port, const std::string& local_if_addr, const std::string& mcastaddr); void close(void); void send(UDPPacket& packet); -- cgit v1.2.3