[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Path-spec - fast circuits
- To: or-talk@xxxxxxxxxxxxx
- Subject: Path-spec - fast circuits
- From: ilter yÃksel <ilteryuksel@xxxxxxxxx>
- Date: Fri, 12 Feb 2010 11:59:45 +0200
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Fri, 12 Feb 2010 04:59:54 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=n0F/02Bs/V8PigqgEmWRSfn+qazvdy9mDMv0jvmGox8=; b=jLWaAKtCrCqcOfKhNhL8yK6EcuvGvyNJgAnddaYQejbsB6BdWHkJuPM2G6ULZbihPx RHxIro20pu3KzN9hjEq7jaLxMhGn+8//f8wbXurv7LgNTniBuNgnsePZukosOjN8I+IX NxuU8sD5ZoDKamCo1dnzlw2bqwpKXIjRXJ5Ak=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kOyup1kEEFQVTWMOUSkWgqslYfGEt1JTEu/zNatNFL7SvhwBdnOC7qPyKP8C/5Zb6F jhqZ4/jC8ZjineMBaGGUofTrmvbASO8WA0rY3UJVhxvGRTCO4UpCOxpc/GSZoczwxVqM wklReeLGuvEjWaYQ9DakFFfd6+nXWU/YXCHfM=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
Hello,
For exit router selection path-spec says that;
"For circuits that do not need to be "fast", when choosing among multiple candidates for a path element, we choose randomly. For "fast" circuits, we pick a given router as an exit with probability proportional to its bandwidth."
Could anybody explain why Tor pick exit router with probability proportional to its bandwidth only for fast circuits? As far as i know Tor uses this technique for load-balance. But why it uses this technique only for fast circuits?
Thanks in advance.