mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-07-28 16:29:34 +00:00
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.