libnatpmp icon indicating copy to clipboard operation
libnatpmp copied to clipboard

Libnatpmp with Java support

Results 15 libnatpmp issues
Sort by recently updated
recently updated
newest added

- route.h is not found on later release of iOS SDK. - route.h is copied from MacOS SDK (from XCode 11.3.1) This commit is to support build for iOS

When searching for a PCP library most users get to the [libpcp](https://github.com/libpcp/pcp/) which is kind of a reference implementation. The library has IPv6 support. But it's not published in Linux...

Revert 9e152d6dca9f019c27a281485779338c8458a1fd "checking response type - trigger eventual retry" This reverts commit 9e152d6dca9f019c27a281485779338c8458a1fd. Reason : checking response type is already handled by 6367fc3 in a cleaner way.

Hello, As mentioned in the title, 'make install' installs a lone natpmp.h header that refers to a missing natpmp_declspec.h. That's been known to Gentoo since 2014 but apparently not reported...

Hi, To discover libraries, various systems uses `pkg-config`. For now, libnatpmp is not discoverable with this method. ``` pkg-config --libs natpmp Package natpmp was not found in the pkg-config search...

The header file natpmp_declspec.h is included by natpmp.h but is not installed in the destination headers folder alongside natpmp.h. As a consequence, any code that includes natpmp.h will fail to...

This allows the files to be first staged instead of being directly installed into the path specified in INSTALLPREFIX. The purpose is to allow the FreeBSD ports Makefile to cleanly...

This patch propose to use SOCKET_ROUTE on apple systems (as they are *BSD descendant that should be OK). It also allows nat-pmp to work correctly under MacOS platforms with VPNs...

I have a webserver on a port 8000 and need to expose it with natpmpc on WAN on any random port. So then I'll simply generate a link to it...