ownObservedAddrTTL constant

  1. @deprecated
Duration const ownObservedAddrTTL

Used for our own external addresses observed by peers. Deprecated: observed addresses are maintained till we disconnect from the peer which provided it

Implementation

@deprecated
static const Duration ownObservedAddrTTL = Duration(minutes: 30);