pupnp / pupnp

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
https://pupnp.github.io/pupnp
BSD 3-Clause "New" or "Revised" License
352 stars 117 forks source link

Android 11 (sdk30) can not get network interface anymore #339

Open ericli1018 opened 2 years ago

ericli1018 commented 2 years ago

Android 11 (sdk30) can not get network interface anymore. And I tried to create UpnpInit2ByIP(const char ip, const char mask, ....) to solve that issue.

mrjimenez commented 2 years ago

Hi Eric,

What version of the library are you using? UpnpInit2ByIP is not part of our API, as far as I can remember.

Regards, Marcelo.

ericli1018 commented 2 years ago

I mean that function I create by myself, so I suggest that function must be created at this library~