Returns true if the TTL is at least as long as the connected TTL.
bool ttlIsConnected(Duration ttl) { return ttl >= AddressTTL.connectedAddrTTL; }