From 351d29954a60084df3cca7dc6db2393298b366cd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 12 Nov 2017 16:05:40 -0500 Subject: 3.2.36.8 --- RSSDP/SsdpCommunicationsServer.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RSSDP') diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs index a4be24ebf..6b4f67b0b 100644 --- a/RSSDP/SsdpCommunicationsServer.cs +++ b/RSSDP/SsdpCommunicationsServer.cs @@ -366,6 +366,12 @@ namespace Rssdp.Infrastructure { foreach (var address in _networkManager.GetLocalIpAddresses()) { + if (address.AddressFamily == IpAddressFamily.InterNetworkV6) + { + // Not supported ? + continue; + } + try { sockets.Add(_SocketFactory.CreateSsdpUdpSocket(address, _LocalPort)); -- cgit v1.2.3