diff options
author | laanwj <126646+laanwj@users.noreply.github.com> | 2024-05-05 16:20:45 +0200 |
---|---|---|
committer | laanwj <126646+laanwj@users.noreply.github.com> | 2024-09-30 11:37:55 +0200 |
commit | 52f8ef66c61b82457a161f3b90cc87f57d1dda80 (patch) | |
tree | 6cf7341f4452f4f4649d42d1108cc4683027b41e /src/interfaces | |
parent | 97c97177cdb2f596aa7d4a65c4bde87de50a96f2 (diff) |
net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h index b87c78db52..91a623a65d 100644 --- a/src/interfaces/node.h +++ b/src/interfaces/node.h @@ -121,7 +121,7 @@ public: virtual void resetSettings() = 0; //! Map port. - virtual void mapPort(bool use_upnp, bool use_natpmp) = 0; + virtual void mapPort(bool use_upnp, bool use_pcp) = 0; //! Get proxy. virtual bool getProxy(Network net, Proxy& proxy_info) = 0; |