recentlyConnectedAddrTTL constant
Duration
const recentlyConnectedAddrTTL
Used when we recently connected to a peer. It means that we are reasonably certain of the peer's address.
Implementation
static const Duration recentlyConnectedAddrTTL = Duration(minutes: 15);