net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport

This commit is contained in:
laanwj
2024-05-05 16:20:45 +02:00
parent 97c97177cd
commit 52f8ef66c6
6 changed files with 103 additions and 135 deletions

View File

@@ -148,7 +148,7 @@ enum
LOCAL_NONE, // unknown
LOCAL_IF, // address a local interface listens on
LOCAL_BIND, // address explicit bound to
LOCAL_MAPPED, // address reported by UPnP or NAT-PMP
LOCAL_MAPPED, // address reported by UPnP or PCP
LOCAL_MANUAL, // address explicitly specified (-externalip=)
LOCAL_MAX