litecoin-project / litecoin

Litecoin source tree
http://www.litecoin.org
MIT License
4.38k stars 3.03k forks source link

net: add compatibility for miniupnpc 2.2.8 #971

Open emilazy opened 4 months ago

emilazy commented 4 months ago

Based on https://github.com/bitcoin/bitcoin/pull/30283.

See: https://github.com/miniupnp/miniupnp/commit/c0a50ce33e3b99ce8a96fd43049bb5b53ffac62f

The return value of 2 now indicates: "A valid connected IGD has been found but its IP address is reserved (non routable)"

We continue to ignore any return value other than 1.