Make sure to configure socket with Broadcast-options
This commit is contained in:
parent
7488ea8c14
commit
e3c6932aac
|
@ -230,8 +230,8 @@ namespace MediaBrowser.Dlna.Ssdp
|
|||
values["ST"] = d.Type;
|
||||
values["USN"] = d.USN;
|
||||
|
||||
SendDatagram(header, values, endpoint, null, true, 1);
|
||||
SendDatagram(header, values, endpoint, new IPEndPoint(d.Address, 0), true, 1);
|
||||
SendDatagram(header, values, endpoint, null, false, 1);
|
||||
SendDatagram(header, values, endpoint, new IPEndPoint(d.Address, 0), false, 1);
|
||||
//SendDatagram(header, values, endpoint, null, true);
|
||||
|
||||
if (enableDebugLogging)
|
||||
|
|
Loading…
Reference in New Issue
Block a user