slackbuilds/network/libnatpmp
Mario Preksavec e3e950bdb4 network/libnatpmp: Added (implementation of the NAT-PMP protocol).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-08-12 06:57:37 +07:00
..
Makefile.diff network/libnatpmp: Added (implementation of the NAT-PMP protocol). 2017-08-12 06:57:37 +07:00
README network/libnatpmp: Added (implementation of the NAT-PMP protocol). 2017-08-12 06:57:37 +07:00
libnatpmp.SlackBuild network/libnatpmp: Added (implementation of the NAT-PMP protocol). 2017-08-12 06:57:37 +07:00
libnatpmp.info network/libnatpmp: Added (implementation of the NAT-PMP protocol). 2017-08-12 06:57:37 +07:00
slack-desc network/libnatpmp: Added (implementation of the NAT-PMP protocol). 2017-08-12 06:57:37 +07:00

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.