network/libnatpmp: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 18:06:57 -04:00
parent ba1ab00ae8
commit d93cf986e3
1 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
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.
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.