peerAddressTTL property

Duration peerAddressTTL
getter/setter pairinherited

The peer address time-to-live, specifying how long peer addresses are considered valid. Defaults to twice the keepalive period.

Implementation

late Duration peerAddressTTL = keepalivePeriod * 2;