From d93cf986e3dc08be8c9fd0919cb8ae14c3f962f5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 18:06:57 -0400 Subject: [PATCH] network/libnatpmp: Wrap README at 72 columns. Signed-off-by: B. Watson --- network/libnatpmp/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/network/libnatpmp/README b/network/libnatpmp/README index ff8458a220..f00f5b1c4d 100644 --- a/network/libnatpmp/README +++ b/network/libnatpmp/README @@ -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.