mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-17 00:35:53 +00: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.