mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
379 B
11 lines
379 B
5 years ago
|
P2P and network changes
|
||
|
-----------------------
|
||
|
|
||
|
- Added NAT-PMP port mapping support via [`libnatpmp`](https://miniupnp.tuxfamily.org/libnatpmp.html)
|
||
|
|
||
|
Command-line options
|
||
|
--------------------
|
||
|
|
||
|
- The `-natpmp` option has been added to use NAT-PMP to map the listening port. If both UPnP
|
||
|
and NAT-PMP are enabled, a successful allocation from UPnP prevails over one from NAT-PMP.
|