slackbuilds/network/libnatpmp
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
Makefile.diff
README
libnatpmp.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
libnatpmp.info
slack-desc

README

NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing
a way to do NAT traversal.  libnatpmp is an attempt to make a portable and
fully compliant implementation of the protocol for the client side. It is
based on non blocking sockets and all calls of the API are asynchronous. It
is therefore very easy to integrate the NAT-PMP code to any event driven code.