getNodesOlderThan

abstract suspend fun getNodesOlderThan(lastHeard: Int): List<Node>(source)

Returns all nodes that haven't been heard from since the given timestamp.