aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpCommunicationsServer.cs
diff options
context:
space:
mode:
authorJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-10-04 09:56:33 +0100
committerJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-10-04 09:56:33 +0100
commit53af1e34553917d00e17465f345ea530f04beddf (patch)
treec9ec4bbd1536da705263c71075d48bb9f226a9c7 /RSSDP/SsdpCommunicationsServer.cs
parent3b64171cde969a7cfca60d28c7782774a173758b (diff)
Updatig netcollection & re-inserting BOM
Diffstat (limited to 'RSSDP/SsdpCommunicationsServer.cs')
-rw-r--r--RSSDP/SsdpCommunicationsServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs
index ea9e9a6fb..8f1f0fa61 100644
--- a/RSSDP/SsdpCommunicationsServer.cs
+++ b/RSSDP/SsdpCommunicationsServer.cs
@@ -352,7 +352,7 @@ namespace Rssdp.Infrastructure
if (_enableMultiSocketBinding)
{
- foreach (var address in _networkManager.GetAllBindInterfaces())
+ foreach (var address in _networkManager.GetInternalBindAddresses())
{
if (address.AddressFamily == AddressFamily.InterNetworkV6)
{