Update comments for DLNA IPv6

This commit is contained in:
Xu Fasheng
2019-02-23 09:56:55 +08:00
parent 1eb26bdf08
commit 0c49079c16
2 changed files with 2 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ namespace Rssdp.Infrastructure
{
if (address.AddressFamily == IpAddressFamily.InterNetworkV6)
{
// Not supported ?
// Not support IPv6 right now
continue;
}