peers.prototype.ids = function () {
  return utils.values(this.peers).map(function (peer) {
    return peer.id()
  })
}