diff options
author | Mario Preksavec <mario at slackware dot hr> | 2017-08-09 00:46:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:37 +0700 |
commit | e3e950bdb4636b9060c3a22913d97f6807a91540 (patch) | |
tree | 2f63867a70189dba0a0a4c32483f89c9d2c55b47 /network/libnatpmp/README | |
parent | dd51444fe8f2b813d7bd6435b59185e43363205b (diff) |
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/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/libnatpmp/README b/network/libnatpmp/README new file mode 100644 index 0000000000000..ff8458a2200bf --- /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. |