Query both root and network controller for multicast last resort GATHER.
This commit is contained in:
parent
53731acf51
commit
451b8aa7b2
4 changed files with 39 additions and 35 deletions
|
@ -1265,7 +1265,7 @@ public:
|
|||
_phy.setIp4UdpTtl(_v4UpnpUdpSocket,ttl);
|
||||
const int result = ((_phy.udpSend(_v4UpnpUdpSocket,(const struct sockaddr *)addr,data,len) != 0) ? 0 : -1);
|
||||
if (ttl)
|
||||
_phy.setIp4UdlTtl(_v4UpnpUdpSocket,255);
|
||||
_phy.setIp4UdpTtl(_v4UpnpUdpSocket,255);
|
||||
return result;
|
||||
} else {
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue