connectedAddrTTL constant
Duration
const connectedAddrTTL
The ttl used for the addresses of a peer to whom we're connected directly. This is basically permanent, as we will clear them + re-add under a TempAddrTTL after disconnecting.
Implementation
static const Duration connectedAddrTTL = Duration(days: 365 * 100 - 1);