mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d93cf986e3
Signed-off-by: B. Watson <yalhcru@gmail.com>
6 lines
383 B
Text
6 lines
383 B
Text
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.
|