mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05:00
2975fa5446
The age check was causing some address were ignored during connect attempt, this was disastrous expecially for sporadic users which completely lost capability to connect to any node, even if the IPs neve changes! Old addresses triagin is handled elsewhere so ignoring them in connect attempt only generate very counter-intuitive situations for the user, as addressed still listed in potential address list were never attempted.