0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

doc: Add release notes

This commit is contained in:
Hennadii Stepanov 2020-02-23 02:36:20 +02:00
parent ae749d12dd
commit a191e23b8e
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -0,0 +1,10 @@
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.