todo: disable local mcast fanout

This commit is contained in:
Michael Davidsaver
2015-12-14 14:15:03 -05:00
parent b350046427
commit 76b414dac6

View File

@@ -263,7 +263,7 @@ void ServerSearchHandler::handleResponse(osiSockAddr* responseFrom,
//
// locally broadcast if unicast (qosCode & 0x80 == 0x80)
//
if ((qosCode & 0x80) == 0x80)
if (0)
{
BlockingUDPTransport::shared_pointer bt = _context->getLocalMulticastTransport();
if (bt)