aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
diff options
context:
space:
mode:
authorXu Fasheng <fasheng.xu@gmail.com>2019-02-23 09:56:55 +0800
committerXu Fasheng <fasheng.xu@gmail.com>2019-02-23 09:56:55 +0800
commit0c49079c16f62c85fe529150a9777e9f2ccc440f (patch)
tree0638058387eba4d08f4ede30d97be64c94d8096d /RSSDP
parent1eb26bdf080b178482e3fab81adb263c697e0a42 (diff)
Update comments for DLNA IPv6
Diffstat (limited to 'RSSDP')
-rw-r--r--RSSDP/SsdpCommunicationsServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs
index ea4d79c99..d9a4b6ac0 100644
--- a/RSSDP/SsdpCommunicationsServer.cs
+++ b/RSSDP/SsdpCommunicationsServer.cs
@@ -372,7 +372,7 @@ namespace Rssdp.Infrastructure
{
if (address.AddressFamily == IpAddressFamily.InterNetworkV6)
{
- // Not supported ?
+ // Not support IPv6 right now
continue;
}