summaryrefslogtreecommitdiffstats
path: root/network/libnatpmp/README
diff options
context:
space:
mode:
author Mario Preksavec2017-08-09 01:46:34 +0200
committer Willy Sudiarto Raharjo2017-08-12 01:57:37 +0200
commite3e950bdb4636b9060c3a22913d97f6807a91540 (patch)
tree2f63867a70189dba0a0a4c32483f89c9d2c55b47 /network/libnatpmp/README
parentdd51444fe8f2b813d7bd6435b59185e43363205b (diff)
downloadslackbuilds-e3e950bdb4636b9060c3a22913d97f6807a91540.tar.gz
network/libnatpmp: Added (implementation of the NAT-PMP protocol).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/libnatpmp/README')
-rw-r--r--network/libnatpmp/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/libnatpmp/README b/network/libnatpmp/README
new file mode 100644
index 0000000000..ff8458a220
--- /dev/null
+++ b/network/libnatpmp/README
@@ -0,0 +1,5 @@
+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.