updateAddrs abstract method
UpdateAddrs updates the addresses associated with the given peer that have the given oldTTL to have the given newTTL.
Implementation
Future<void> updateAddrs(PeerId p, Duration oldTTL, Duration newTTL);
UpdateAddrs updates the addresses associated with the given peer that have the given oldTTL to have the given newTTL.
Future<void> updateAddrs(PeerId p, Duration oldTTL, Duration newTTL);