Marcelo Roberto Jimenez
Marcelo Roberto Jimenez
Hi jsmith, Unfortunately, I did not implement this and I have never used the OpenSSH API. The commit that implemented this feature is this one: 20b3fe3c480005a5b8059fc8bc1bf449add6249d Maybe take a look...
Hi jsmith, Well, if you think your work can add useful features to the library, please do, your changes will be welcome. Regards, Marcelo.
Would you mind adding this info to README.md? Maybe then we could close this issue.
Hi robolaf, I did a small change in master today in these lines, but your change does not seem to be correct. sizeof *pifReq == sizeof struct ifreq sizeof ifConf.ifc_req...
Hi Elias, The return code -121 is UPNP_E_INVALID_INTERFACE. If you search for this, you will see that this is only returned in function UpnpGetIfInfo() in upnpapi.c. This function is called...
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.
I think that the code that calls the function you show will only fail if an IPV4 interface was originally found: https://github.com/pupnp/pupnp/blob/c400c1e01b53190a8f042532ec8f379850813064/upnp/src/ssdp/ssdp_server.c#L1493-L1504 Since you will already need a SSDP socket...
Hum, after reading it again, I think I did not get your point in the first place. I think you are right, it blindly binds to `INADDR_ANY`. Maybe the right...
I agree, does not look good. Indeed, I just found a small bug looking at this code. But back to your point: ```c /*! Static buffer to contain interface name....
That would be a good excuse to release a 1.16.x :laughing: