fkuehne / upnpx

Officially endorsed fork of the discontinued upnpx library by Bruno Keymolen
Other
260 stars 113 forks source link

Support for IPv6-only networks #82

Open bcosma opened 8 years ago

bcosma commented 8 years ago

Apple announced that starting with 1st of June 2016 all apps must support IPv6 only networks. Is there any chance to have this in upnpx too?

fkuehne commented 8 years ago

upnpx works just fine with IPv6 and our last VLC-iOS update was just approved. Note quite sure what you need.

bcosma commented 8 years ago

I am talking about this issue.

We tested the UPNPX library in a ipv6-only network and it didn't return any result.

We will make an update, to be sure we have the latest version of upnpx and test again.

For example in ssdp.cpp the inet_addr() function is used and Apple specifies that this is IPv4 specific so we should eliminate it.

fkuehne commented 8 years ago

Indeed. You are absolutely correct. I don't have capacities to address this at this point, sorry.