face: configuration option to make UDP multicast face "ad hoc"
Change-Id: Ifd407f42e9646826697f73ab1890c819fce16857
Refs: #4018, #3967
diff --git a/daemon/face/multicast-udp-transport.hpp b/daemon/face/multicast-udp-transport.hpp
index 2b04eb7..9b903d0 100644
--- a/daemon/face/multicast-udp-transport.hpp
+++ b/daemon/face/multicast-udp-transport.hpp
@@ -51,11 +51,13 @@
* \param multicastGroup multicast group
* \param recvSocket socket used to receive packets
* \param sendSocket socket used to send to the multicast group
+ * \param linkType either LINK_TYPE_MULTI_ACCESS or LINK_TYPE_AD_HOC
*/
MulticastUdpTransport(const protocol::endpoint& localEndpoint,
const protocol::endpoint& multicastGroup,
protocol::socket&& recvSocket,
- protocol::socket&& sendSocket);
+ protocol::socket&& sendSocket,
+ ndn::nfd::LinkType linkType);
private:
void