Update comments for DLNA IPv6

pull/978/head
Xu Fasheng 5 years ago
parent 1eb26bdf08
commit 0c49079c16

@ -252,9 +252,9 @@ namespace Emby.Dlna.Main
foreach (var address in addresses)
{
// TODO: Remove this condition on platforms that support it
if (address.AddressFamily == IpAddressFamily.InterNetworkV6)
{
// Not support IPv6 right now
continue;
}

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

Loading…
Cancel
Save