mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
86996dde28
The lib was binding to all addresses, and then our UPnP.updateInterfaces() was closing most of them on first run. Fix the lib to only bind to the non-public and non-deprecated ones, using the same getLocalAddresses() method as in our code.